Html Css Color HEX #A4037B Eggplant

📋 copy color: '#A4037B'

red 164 ◦ green 3 ◦ blue 123

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

Shades of Eggplant #A4037B

Tints of Eggplant #A4037B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 56.55%
G = 1.03%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4037B (or 0xA4037B) is known color: Eggplant. HEX triplet: A4, 03 and 7B. RGB value is (164,3,123). Sum of RGB (Red+Green+Blue) = 164+3+123=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4037B is #5BFC84. Grayscale: #404040. Windows color (decimal): -6028421 or 8061860. OLE color: 8061860.

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

Color convert

RGB 164 3 123 -
CMYK 0 0.98 0.25 0.36
HSL 315.28º 0.96% 0.33% -
HSV(B) 315.28º 0.98% 0.64% -
XYZ 18.92 9.39 19.55 -
YUV 64.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 164 3 123 0 0.98 0.25 0.36 315.28 0.96 0.33
Hex A4 3 7B 0 62 19 24 13B 60 21
Octal 244 3 173 0 142 31 44 473 140 41
Binary 10100100 11 1111011 0 1100010 11001 100100 100111011 1100000 100001

Color Harmonies of #A4037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4037B

Black with #A4037B

Text Example


Text Example

White with #A4037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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