Html Css Color HEX #A40170 Eggplant

📋 copy color: '#A40170'

red 164 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #A40170

Tints of Eggplant #A40170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 59.21%
G = 0.36%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A40170 (or 0xA40170) is known color: Eggplant. HEX triplet: A4, 01 and 70. RGB value is (164,1,112). Sum of RGB (Red+Green+Blue) = 164+1+112=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A40170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40170 is #5BFE8F. Grayscale: #3E3E3E. Windows color (decimal): -6028944 or 7340452. OLE color: 7340452.

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

Color convert

RGB 164 1 112 -
CMYK 0 0.99 0.32 0.36
HSL 319.14º 0.99% 0.32% -
HSV(B) 319.14º 0.99% 0.64% -
XYZ 18.25 9.08 16.12 -
YUV 62.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 164 1 112 0 0.99 0.32 0.36 319.14 0.99 0.32
Hex A4 1 70 0 63 20 24 13F 63 20
Octal 244 1 160 0 143 40 44 477 143 40
Binary 10100100 1 1110000 0 1100011 100000 100100 100111111 1100011 100000

Color Harmonies of #A40170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40170

Black with #A40170

Text Example


Text Example

White with #A40170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40170; }

 p { color: rgb(164,1,112); }

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

background-color css

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

 a { background-color: rgb(164,1,112); }

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

border-color css

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

 span { border-color: rgb(164,1,112); }

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