Html Css Color HEX #A3127D Eggplant

📋 copy color: '#A3127D'

red 163 ◦ green 18 ◦ blue 125

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

Shades of Eggplant #A3127D

Tints of Eggplant #A3127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 53.27%
G = 5.88%
B = 40.85%

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

#A3127D (or 0xA3127D) is known color: Eggplant. HEX triplet: A3, 12 and 7D. RGB value is (163,18,125). Sum of RGB (Red+Green+Blue) = 163+18+125=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3127D is #5CED82. Grayscale: #494949. Windows color (decimal): -6090115 or 8196771. OLE color: 8196771.

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

Color convert

RGB 163 18 125 -
CMYK 0 0.89 0.23 0.36
HSL 315.72º 0.8% 0.35% -
HSV(B) 315.72º 0.89% 0.64% -
XYZ 19.02 9.7 20.27 -
YUV 73.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 163 18 125 0 0.89 0.23 0.36 315.72 0.8 0.35
Hex A3 12 7D 0 59 17 24 13C 50 23
Octal 243 22 175 0 131 27 44 474 120 43
Binary 10100011 10010 1111101 0 1011001 10111 100100 100111100 1010000 100011

Color Harmonies of #A3127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3127D

Black with #A3127D

Text Example


Text Example

White with #A3127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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