Html Css Color HEX #A2047B Eggplant

📋 copy color: '#A2047B'

red 162 ◦ green 4 ◦ blue 123

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

Shades of Eggplant #A2047B

Tints of Eggplant #A2047B

RGB

 RED value IS 162 (63.67% from 255) = 56.06%

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 56.06%
G = 1.38%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2047B (or 0xA2047B) is known color: Eggplant. HEX triplet: A2, 04 and 7B. RGB value is (162,4,123). Sum of RGB (Red+Green+Blue) = 162+4+123=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2047B is #5DFB84. Grayscale: #404040. Windows color (decimal): -6159237 or 8062114. OLE color: 8062114.

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

Color convert

RGB 162 4 123 -
CMYK 0 0.98 0.24 0.36
HSL 314.81º 0.95% 0.33% -
HSV(B) 314.81º 0.98% 0.64% -
XYZ 18.52 9.2 19.54 -
YUV 64.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 162 4 123 0 0.98 0.24 0.36 314.81 0.95 0.33
Hex A2 4 7B 0 62 18 24 13B 5F 21
Octal 242 4 173 0 142 30 44 473 137 41
Binary 10100010 100 1111011 0 1100010 11000 100100 100111011 1011111 100001

Color Harmonies of #A2047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2047B

Black with #A2047B

Text Example


Text Example

White with #A2047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2047B; }

 p { color: rgb(162,4,123); }

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

background-color css

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

 a { background-color: rgb(162,4,123); }

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

border-color css

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

 span { border-color: rgb(162,4,123); }

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