Html Css Color HEX #A3087D Eggplant

📋 copy color: '#A3087D'

red 163 ◦ green 8 ◦ blue 125

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

Shades of Eggplant #A3087D

Tints of Eggplant #A3087D

RGB

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

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

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

R = 55.07%
G = 2.7%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3087D (or 0xA3087D) is known color: Eggplant. HEX triplet: A3, 08 and 7D. RGB value is (163,8,125). Sum of RGB (Red+Green+Blue) = 163+8+125=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3087D is #5CF782. Grayscale: #434343. Windows color (decimal): -6092675 or 8194211. OLE color: 8194211.

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

Color convert

RGB 163 8 125 -
CMYK 0 0.95 0.23 0.36
HSL 314.71º 0.91% 0.34% -
HSV(B) 314.71º 0.95% 0.64% -
XYZ 18.89 9.44 20.23 -
YUV 67.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 163 8 125 0 0.95 0.23 0.36 314.71 0.91 0.34
Hex A3 8 7D 0 5F 17 24 13B 5B 22
Octal 243 10 175 0 137 27 44 473 133 42
Binary 10100011 1000 1111101 0 1011111 10111 100100 100111011 1011011 100010

Color Harmonies of #A3087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3087D

Black with #A3087D

Text Example


Text Example

White with #A3087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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