Html Css Color HEX #A3087C Eggplant

📋 copy color: '#A3087C'

red 163 ◦ green 8 ◦ blue 124

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

Shades of Eggplant #A3087C

Tints of Eggplant #A3087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 55.25%
G = 2.71%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3087C (or 0xA3087C) is known color: Eggplant. HEX triplet: A3, 08 and 7C. RGB value is (163,8,124). Sum of RGB (Red+Green+Blue) = 163+8+124=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3087C is #5CF783. Grayscale: #434343. Windows color (decimal): -6092676 or 8128675. OLE color: 8128675.

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

Color convert

RGB 163 8 124 -
CMYK 0 0.95 0.24 0.36
HSL 315.1º 0.91% 0.34% -
HSV(B) 315.1º 0.95% 0.64% -
XYZ 18.83 9.42 19.89 -
YUV 67.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 163 8 124 0 0.95 0.24 0.36 315.1 0.91 0.34
Hex A3 8 7C 0 5F 18 24 13B 5B 22
Octal 243 10 174 0 137 30 44 473 133 42
Binary 10100011 1000 1111100 0 1011111 11000 100100 100111011 1011011 100010

Color Harmonies of #A3087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3087C

Black with #A3087C

Text Example


Text Example

White with #A3087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3087C; }

 p { color: rgb(163,8,124); }

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

background-color css

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

 a { background-color: rgb(163,8,124); }

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

border-color css

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

 span { border-color: rgb(163,8,124); }

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