#A6269D

Color #A6269D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A6269D

Tints of Medium Red Violet #A6269D

Color information

#A6269D (or 0xA6269D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 26 and 9D. RGB value is (166,38,157). Sum of RGB (Red+Green+Blue) = 166+38+157=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6269D is #59D962. Grayscale: #595959. Windows color (decimal): -5888355 or 10299046. OLE color: 10299046.

HSL color Cylindrical-coordinate representation of color #A6269D: hue angle of 304.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6269D is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16638157-
CMYK00.770.050.35
HSL304.22º62.75%40%-
HSV(B)304.22º77.11%65.1%-
XYZ22.511.9333.01-
YUV89.84165.91182.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=45.98%
G=10.53%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663815700.770.050.35304.2262.7540
HexA6269D04D5231303f28
Octal2464623501155434607750
Binary101001101001101001110101001101101100011100110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6269D; }

 p { color: rgb(166,38,157); }

 H1.HeaderClassName
 {
   color: #A6269D;
 }
 .AnyTagClassName
 {
   color: #A6269D;
 }
</style>
background-color css

<style>
 a { background-color: #A6269D; }

 a { background-color: rgb(166,38,157); }

 div.DivClassName
 {
   background-color: #A6269D;
 }
 .BgClassName
 {
   background-color: #A6269D;
 }
</style>
border-color css

<style>
 span { border-color: #A6269D; }

 span { border-color: rgb(166,38,157); }

 td.TdClassName
 {
   border-color: #A6269D;
 }
 .TagClassName
 {
   border-color: #A6269D;
 }
</style>