Html Css Color HEX #A60469 Eggplant

📋 copy color: '#A60469'

red 166 ◦ green 4 ◦ blue 105

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

Shades of Eggplant #A60469

Tints of Eggplant #A60469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 60.36%
G = 1.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A60469 (or 0xA60469) is known color: Eggplant. HEX triplet: A6, 04 and 69. RGB value is (166,4,105). Sum of RGB (Red+Green+Blue) = 166+4+105=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A60469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60469 is #59FB96. Grayscale: #3F3F3F. Windows color (decimal): -5897111 or 6882470. OLE color: 6882470.

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

Color convert

RGB 166 4 105 -
CMYK 0 0.98 0.37 0.35
HSL 322.59º 0.95% 0.33% -
HSV(B) 322.59º 0.98% 0.65% -
XYZ 18.32 9.21 14.18 -
YUV 63.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 166 4 105 0 0.98 0.37 0.35 322.59 0.95 0.33
Hex A6 4 69 0 62 25 23 143 5F 21
Octal 246 4 151 0 142 45 43 503 137 41
Binary 10100110 100 1101001 0 1100010 100101 100011 101000011 1011111 100001

Color Harmonies of #A60469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60469

Black with #A60469

Text Example


Text Example

White with #A60469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60469; }

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

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

background-color css

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

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

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

border-color css

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

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

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