Html Css Color HEX #A3027E Eggplant

📋 copy color: '#A3027E'

red 163 ◦ green 2 ◦ blue 126

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

Shades of Eggplant #A3027E

Tints of Eggplant #A3027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 56.01%
G = 0.69%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3027E (or 0xA3027E) is known color: Eggplant. HEX triplet: A3, 02 and 7E. RGB value is (163,2,126). Sum of RGB (Red+Green+Blue) = 163+2+126=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3027E is #5CFD81. Grayscale: #3F3F3F. Windows color (decimal): -6094210 or 8258211. OLE color: 8258211.

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

Color convert

RGB 163 2 126 -
CMYK 0 0.99 0.23 0.36
HSL 313.79º 0.98% 0.32% -
HSV(B) 313.79º 0.99% 0.64% -
XYZ 18.89 9.34 20.55 -
YUV 64.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 163 2 126 0 0.99 0.23 0.36 313.79 0.98 0.32
Hex A3 2 7E 0 63 17 24 13A 62 20
Octal 243 2 176 0 143 27 44 472 142 40
Binary 10100011 10 1111110 0 1100011 10111 100100 100111010 1100010 100000

Color Harmonies of #A3027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3027E

Black with #A3027E

Text Example


Text Example

White with #A3027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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