Html Css Color HEX #A4006B Eggplant

📋 copy color: '#A4006B'

red 164 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #A4006B

Tints of Eggplant #A4006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 60.52%
G = 0%
B = 39.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4006B (or 0xA4006B) is known color: Eggplant. HEX triplet: A4, 00 and 6B. RGB value is (164,0,107). Sum of RGB (Red+Green+Blue) = 164+0+107=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A4006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4006B is #5BFF94. Grayscale: #3C3C3C. Windows color (decimal): -6029205 or 7012516. OLE color: 7012516.

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

Color convert

RGB 164 0 107 -
CMYK 0 1 0.35 0.36
HSL 320.85º 1% 0.32% -
HSV(B) 320.85º 1% 0.64% -
XYZ 17.96 8.95 14.69 -
YUV 61.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 164 0 107 0 1 0.35 0.36 320.85 1 0.32
Hex A4 0 6B 0 64 23 24 141 64 20
Octal 244 0 153 0 144 43 44 501 144 40
Binary 10100100 0 1101011 0 1100100 100011 100100 101000001 1100100 100000

Color Harmonies of #A4006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4006B

Black with #A4006B

Text Example


Text Example

White with #A4006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4006B; }

 p { color: rgb(164,0,107); }

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

background-color css

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

 a { background-color: rgb(164,0,107); }

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

border-color css

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

 span { border-color: rgb(164,0,107); }

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