Html Css Color HEX #A4027C Eggplant

📋 copy color: '#A4027C'

red 164 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #A4027C

Tints of Eggplant #A4027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 56.55%
G = 0.69%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4027C (or 0xA4027C) is known color: Eggplant. HEX triplet: A4, 02 and 7C. RGB value is (164,2,124). Sum of RGB (Red+Green+Blue) = 164+2+124=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4027C is #5BFD83. Grayscale: #404040. Windows color (decimal): -6028676 or 8127140. OLE color: 8127140.

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

Color convert

RGB 164 2 124 -
CMYK 0 0.99 0.24 0.36
HSL 314.81º 0.98% 0.33% -
HSV(B) 314.81º 0.99% 0.64% -
XYZ 18.97 9.39 19.88 -
YUV 64.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 164 2 124 0 0.99 0.24 0.36 314.81 0.98 0.33
Hex A4 2 7C 0 63 18 24 13B 62 21
Octal 244 2 174 0 143 30 44 473 142 41
Binary 10100100 10 1111100 0 1100011 11000 100100 100111011 1100010 100001

Color Harmonies of #A4027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4027C

Black with #A4027C

Text Example


Text Example

White with #A4027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4027C; }

 p { color: rgb(164,2,124); }

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

background-color css

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

 a { background-color: rgb(164,2,124); }

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

border-color css

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

 span { border-color: rgb(164,2,124); }

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