Html Css Color HEX #A60169 Eggplant

📋 copy color: '#A60169'

red 166 ◦ green 1 ◦ blue 105

#A60169
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A60169

Tints of Eggplant #A60169

RGB

 RED value IS 166 (65.23% from 255) = 61.03%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 61.03%
G = 0.37%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A60169 (or 0xA60169) is known color: Eggplant. HEX triplet: A6, 01 and 69. RGB value is (166,1,105). Sum of RGB (Red+Green+Blue) = 166+1+105=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A60169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60169 is #59FE96. Grayscale: #3D3D3D. Windows color (decimal): -5897879 or 6881702. OLE color: 6881702.

HSL color Cylindrical-coordinate representation of color #A60169: hue angle of 322.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60169 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 105 -
CMYK 0 0.99 0.37 0.35
HSL 322.18º 0.99% 0.33% -
HSV(B) 322.18º 0.99% 0.65% -
XYZ 18.29 9.15 14.17 -
YUV 62.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 166 1 105 0 0.99 0.37 0.35 322.18 0.99 0.33
Hex A6 1 69 0 63 25 23 142 63 21
Octal 246 1 151 0 143 45 43 502 143 41
Binary 10100110 1 1101001 0 1100011 100101 100011 101000010 1100011 100001

Color Harmonies of #A60169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60169

Black with #A60169

Text Example


Text Example

White with #A60169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60169; }

 p { color: rgb(166,1,105); }

 H1.HeaderClassName
 {
   color: #A60169;
 }
 .AnyTagClassName
 {
   color: #A60169;
 }
</style>

background-color css

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

 a { background-color: rgb(166,1,105); }

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

border-color css

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

 span { border-color: rgb(166,1,105); }

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