Html Css Color HEX #A40469 Eggplant

📋 copy color: '#A40469'

red 164 ◦ green 4 ◦ blue 105

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

Shades of Eggplant #A40469

Tints of Eggplant #A40469

RGB

 RED value IS 164 (64.45% from 255) = 60.07%

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

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

R = 60.07%
G = 1.47%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A40469 (or 0xA40469) is known color: Eggplant. HEX triplet: A4, 04 and 69. RGB value is (164,4,105). Sum of RGB (Red+Green+Blue) = 164+4+105=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A40469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40469 is #5BFB96. Grayscale: #3F3F3F. Windows color (decimal): -6028183 or 6882468. OLE color: 6882468.

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

Color convert

RGB 164 4 105 -
CMYK 0 0.98 0.36 0.36
HSL 322.13º 0.95% 0.33% -
HSV(B) 322.13º 0.98% 0.64% -
XYZ 17.9 9 14.16 -
YUV 63.35 151.51 199.79 -
System Red Green Blue C M Y K H S L
Decimal 164 4 105 0 0.98 0.36 0.36 322.13 0.95 0.33
Hex A4 4 69 0 62 24 24 142 5F 21
Octal 244 4 151 0 142 44 44 502 137 41
Binary 10100100 100 1101001 0 1100010 100100 100100 101000010 1011111 100001

Color Harmonies of #A40469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40469

Black with #A40469

Text Example


Text Example

White with #A40469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40469; }

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

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

background-color css

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

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

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

border-color css

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

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

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