Html Css Color HEX #A60069 Eggplant

📋 copy color: '#A60069'

red 166 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #A60069

Tints of Eggplant #A60069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.25%
G = 0%
B = 38.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A60069 (or 0xA60069) is known color: Eggplant. HEX triplet: A6, 00 and 69. RGB value is (166,0,105). Sum of RGB (Red+Green+Blue) = 166+0+105=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A60069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60069 is #59FF96. Grayscale: #3D3D3D. Windows color (decimal): -5898135 or 6881446. OLE color: 6881446.

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

Color convert

RGB 166 0 105 -
CMYK 0 1 0.37 0.35
HSL 322.05º 1% 0.33% -
HSV(B) 322.05º 1% 0.65% -
XYZ 18.28 9.13 14.16 -
YUV 61.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 166 0 105 0 1 0.37 0.35 322.05 1 0.33
Hex A6 0 69 0 64 25 23 142 64 21
Octal 246 0 151 0 144 45 43 502 144 41
Binary 10100110 0 1101001 0 1100100 100101 100011 101000010 1100100 100001

Color Harmonies of #A60069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60069

Black with #A60069

Text Example


Text Example

White with #A60069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60069; }

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

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

background-color css

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

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

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

border-color css

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

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

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