Html Css Color HEX #A2087A Eggplant

📋 copy color: '#A2087A'

red 162 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #A2087A

Tints of Eggplant #A2087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 55.48%
G = 2.74%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2087A (or 0xA2087A) is known color: Eggplant. HEX triplet: A2, 08 and 7A. RGB value is (162,8,122). Sum of RGB (Red+Green+Blue) = 162+8+122=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2087A is #5DF785. Grayscale: #424242. Windows color (decimal): -6158214 or 7997602. OLE color: 7997602.

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

Color convert

RGB 162 8 122 -
CMYK 0 0.95 0.25 0.36
HSL 315.58º 0.91% 0.33% -
HSV(B) 315.58º 0.95% 0.64% -
XYZ 18.5 9.26 19.22 -
YUV 67.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 162 8 122 0 0.95 0.25 0.36 315.58 0.91 0.33
Hex A2 8 7A 0 5F 19 24 13C 5B 21
Octal 242 10 172 0 137 31 44 474 133 41
Binary 10100010 1000 1111010 0 1011111 11001 100100 100111100 1011011 100001

Color Harmonies of #A2087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2087A

Black with #A2087A

Text Example


Text Example

White with #A2087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2087A; }

 p { color: rgb(162,8,122); }

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

background-color css

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

 a { background-color: rgb(162,8,122); }

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

border-color css

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

 span { border-color: rgb(162,8,122); }

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