Html Css Color HEX #A4016D Eggplant

📋 copy color: '#A4016D'

red 164 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #A4016D

Tints of Eggplant #A4016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 59.85%
G = 0.36%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4016D (or 0xA4016D) is known color: Eggplant. HEX triplet: A4, 01 and 6D. RGB value is (164,1,109). Sum of RGB (Red+Green+Blue) = 164+1+109=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4016D is #5BFE92. Grayscale: #3D3D3D. Windows color (decimal): -6028947 or 7143844. OLE color: 7143844.

HSL color Cylindrical-coordinate representation of color #A4016D: hue angle of 320.25º 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 #A4016D is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 109 -
CMYK 0 0.99 0.34 0.36
HSL 320.25º 0.99% 0.32% -
HSV(B) 320.25º 0.99% 0.64% -
XYZ 18.08 9.02 15.26 -
YUV 62.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 164 1 109 0 0.99 0.34 0.36 320.25 0.99 0.32
Hex A4 1 6D 0 63 22 24 140 63 20
Octal 244 1 155 0 143 42 44 500 143 40
Binary 10100100 1 1101101 0 1100011 100010 100100 101000000 1100011 100000

Color Harmonies of #A4016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4016D

Black with #A4016D

Text Example


Text Example

White with #A4016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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