Html Css Color HEX #A8017C Eggplant

📋 copy color: '#A8017C'

red 168 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #A8017C

Tints of Eggplant #A8017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 57.34%
G = 0.34%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8017C (or 0xA8017C) is known color: Eggplant. HEX triplet: A8, 01 and 7C. RGB value is (168,1,124). Sum of RGB (Red+Green+Blue) = 168+1+124=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8017C is #57FE83. Grayscale: #404040. Windows color (decimal): -5766788 or 8126888. OLE color: 8126888.

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

Color convert

RGB 168 1 124 -
CMYK 0 0.99 0.26 0.34
HSL 315.81º 0.99% 0.33% -
HSV(B) 315.81º 0.99% 0.66% -
XYZ 19.8 9.8 19.92 -
YUV 64.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 168 1 124 0 0.99 0.26 0.34 315.81 0.99 0.33
Hex A8 1 7C 0 63 1A 22 13C 63 21
Octal 250 1 174 0 143 32 42 474 143 41
Binary 10101000 1 1111100 0 1100011 11010 100010 100111100 1100011 100001

Color Harmonies of #A8017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8017C

Black with #A8017C

Text Example


Text Example

White with #A8017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8017C; }

 p { color: rgb(168,1,124); }

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

background-color css

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

 a { background-color: rgb(168,1,124); }

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

border-color css

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

 span { border-color: rgb(168,1,124); }

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