Html Css Color HEX #A4036B Eggplant

📋 copy color: '#A4036B'

red 164 ◦ green 3 ◦ blue 107

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

Shades of Eggplant #A4036B

Tints of Eggplant #A4036B

RGB

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

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

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

R = 59.85%
G = 1.09%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4036B (or 0xA4036B) is known color: Eggplant. HEX triplet: A4, 03 and 6B. RGB value is (164,3,107). Sum of RGB (Red+Green+Blue) = 164+3+107=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4036B is #5BFC94. Grayscale: #3E3E3E. Windows color (decimal): -6028437 or 7013284. OLE color: 7013284.

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

Color convert

RGB 164 3 107 -
CMYK 0 0.98 0.35 0.36
HSL 321.24º 0.96% 0.33% -
HSV(B) 321.24º 0.98% 0.64% -
XYZ 18 9.02 14.7 -
YUV 63 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 164 3 107 0 0.98 0.35 0.36 321.24 0.96 0.33
Hex A4 3 6B 0 62 23 24 141 60 21
Octal 244 3 153 0 142 43 44 501 140 41
Binary 10100100 11 1101011 0 1100010 100011 100100 101000001 1100000 100001

Color Harmonies of #A4036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4036B

Black with #A4036B

Text Example


Text Example

White with #A4036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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