Html Css Color HEX #A40669 Eggplant

📋 copy color: '#A40669'

red 164 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #A40669

Tints of Eggplant #A40669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 59.64%
G = 2.18%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A40669 (or 0xA40669) is known color: Eggplant. HEX triplet: A4, 06 and 69. RGB value is (164,6,105). Sum of RGB (Red+Green+Blue) = 164+6+105=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A40669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40669 is #5BF996. Grayscale: #404040. Windows color (decimal): -6027671 or 6882980. OLE color: 6882980.

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

Color convert

RGB 164 6 105 -
CMYK 0 0.96 0.36 0.36
HSL 322.41º 0.93% 0.33% -
HSV(B) 322.41º 0.96% 0.64% -
XYZ 17.92 9.04 14.17 -
YUV 64.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 164 6 105 0 0.96 0.36 0.36 322.41 0.93 0.33
Hex A4 6 69 0 60 24 24 142 5D 21
Octal 244 6 151 0 140 44 44 502 135 41
Binary 10100100 110 1101001 0 1100000 100100 100100 101000010 1011101 100001

Color Harmonies of #A40669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40669

Black with #A40669

Text Example


Text Example

White with #A40669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40669; }

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

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

background-color css

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

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

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

border-color css

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

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

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