Html Css Color HEX #A8087D Eggplant

📋 copy color: '#A8087D'

red 168 ◦ green 8 ◦ blue 125

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

Shades of Eggplant #A8087D

Tints of Eggplant #A8087D

RGB

 RED value IS 168 (66.02% from 255) = 55.81%

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

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

R = 55.81%
G = 2.66%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8087D (or 0xA8087D) is known color: Eggplant. HEX triplet: A8, 08 and 7D. RGB value is (168,8,125). Sum of RGB (Red+Green+Blue) = 168+8+125=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8087D is #57F782. Grayscale: #444444. Windows color (decimal): -5764995 or 8194216. OLE color: 8194216.

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

Color convert

RGB 168 8 125 -
CMYK 0 0.95 0.26 0.34
HSL 316.13º 0.91% 0.35% -
HSV(B) 316.13º 0.95% 0.66% -
XYZ 19.94 9.98 20.28 -
YUV 69.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 168 8 125 0 0.95 0.26 0.34 316.13 0.91 0.35
Hex A8 8 7D 0 5F 1A 22 13C 5B 23
Octal 250 10 175 0 137 32 42 474 133 43
Binary 10101000 1000 1111101 0 1011111 11010 100010 100111100 1011011 100011

Color Harmonies of #A8087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8087D

Black with #A8087D

Text Example


Text Example

White with #A8087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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