Html Css Color HEX #A8047D Eggplant

📋 copy color: '#A8047D'

red 168 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #A8047D

Tints of Eggplant #A8047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 56.57%
G = 1.35%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8047D (or 0xA8047D) is known color: Eggplant. HEX triplet: A8, 04 and 7D. RGB value is (168,4,125). Sum of RGB (Red+Green+Blue) = 168+4+125=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8047D is #57FB82. Grayscale: #424242. Windows color (decimal): -5766019 or 8193192. OLE color: 8193192.

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

Color convert

RGB 168 4 125 -
CMYK 0 0.98 0.26 0.34
HSL 315.73º 0.95% 0.34% -
HSV(B) 315.73º 0.98% 0.66% -
XYZ 19.89 9.89 20.26 -
YUV 66.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 168 4 125 0 0.98 0.26 0.34 315.73 0.95 0.34
Hex A8 4 7D 0 62 1A 22 13C 5F 22
Octal 250 4 175 0 142 32 42 474 137 42
Binary 10101000 100 1111101 0 1100010 11010 100010 100111100 1011111 100010

Color Harmonies of #A8047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8047D

Black with #A8047D

Text Example


Text Example

White with #A8047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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