Html Css Color HEX #A40366 Eggplant

📋 copy color: '#A40366'

red 164 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #A40366

Tints of Eggplant #A40366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 60.97%
G = 1.12%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A40366 (or 0xA40366) is known color: Eggplant. HEX triplet: A4, 03 and 66. RGB value is (164,3,102). Sum of RGB (Red+Green+Blue) = 164+3+102=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A40366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40366 is #5BFC99. Grayscale: #3E3E3E. Windows color (decimal): -6028442 or 6685604. OLE color: 6685604.

HSL color Cylindrical-coordinate representation of color #A40366: hue angle of 323.11º degrees, saturation: 0.96, 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 #A40366 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 102 -
CMYK 0 0.98 0.38 0.36
HSL 323.11º 0.96% 0.33% -
HSV(B) 323.11º 0.98% 0.64% -
XYZ 17.74 8.92 13.36 -
YUV 62.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 164 3 102 0 0.98 0.38 0.36 323.11 0.96 0.33
Hex A4 3 66 0 62 26 24 143 60 21
Octal 244 3 146 0 142 46 44 503 140 41
Binary 10100100 11 1100110 0 1100010 100110 100100 101000011 1100000 100001

Color Harmonies of #A40366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40366

Black with #A40366

Text Example


Text Example

White with #A40366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40366; }

 p { color: rgb(164,3,102); }

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

background-color css

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

 a { background-color: rgb(164,3,102); }

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

border-color css

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

 span { border-color: rgb(164,3,102); }

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