Html Css Color HEX #A3027A Eggplant

📋 copy color: '#A3027A'

red 163 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #A3027A

Tints of Eggplant #A3027A

RGB

 RED value IS 163 (64.06% from 255) = 56.79%

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

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

R = 56.79%
G = 0.7%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3027A (or 0xA3027A) is known color: Eggplant. HEX triplet: A3, 02 and 7A. RGB value is (163,2,122). Sum of RGB (Red+Green+Blue) = 163+2+122=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3027A is #5CFD85. Grayscale: #3F3F3F. Windows color (decimal): -6094214 or 7996067. OLE color: 7996067.

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

Color convert

RGB 163 2 122 -
CMYK 0 0.99 0.25 0.36
HSL 315.28º 0.98% 0.32% -
HSV(B) 315.28º 0.99% 0.64% -
XYZ 18.64 9.24 19.21 -
YUV 63.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 163 2 122 0 0.99 0.25 0.36 315.28 0.98 0.32
Hex A3 2 7A 0 63 19 24 13B 62 20
Octal 243 2 172 0 143 31 44 473 142 40
Binary 10100011 10 1111010 0 1100011 11001 100100 100111011 1100010 100000

Color Harmonies of #A3027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3027A

Black with #A3027A

Text Example


Text Example

White with #A3027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3027A; }

 p { color: rgb(163,2,122); }

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

background-color css

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

 a { background-color: rgb(163,2,122); }

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

border-color css

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

 span { border-color: rgb(163,2,122); }

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