Html Css Color HEX #A3127E Eggplant

📋 copy color: '#A3127E'

red 163 ◦ green 18 ◦ blue 126

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

Shades of Eggplant #A3127E

Tints of Eggplant #A3127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 53.09%
G = 5.86%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3127E (or 0xA3127E) is known color: Eggplant. HEX triplet: A3, 12 and 7E. RGB value is (163,18,126). Sum of RGB (Red+Green+Blue) = 163+18+126=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3127E is #5CED81. Grayscale: #494949. Windows color (decimal): -6090114 or 8262307. OLE color: 8262307.

HSL color Cylindrical-coordinate representation of color #A3127E: hue angle of 315.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3127E is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 126 -
CMYK 0 0.89 0.23 0.36
HSL 315.31º 0.8% 0.35% -
HSV(B) 315.31º 0.89% 0.64% -
XYZ 19.09 9.73 20.61 -
YUV 73.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 163 18 126 0 0.89 0.23 0.36 315.31 0.8 0.35
Hex A3 12 7E 0 59 17 24 13B 50 23
Octal 243 22 176 0 131 27 44 473 120 43
Binary 10100011 10010 1111110 0 1011001 10111 100100 100111011 1010000 100011

Color Harmonies of #A3127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3127E

Black with #A3127E

Text Example


Text Example

White with #A3127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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