Html Css Color HEX #A8017B Eggplant

📋 copy color: '#A8017B'

red 168 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #A8017B

Tints of Eggplant #A8017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 57.53%
G = 0.34%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8017B (or 0xA8017B) is known color: Eggplant. HEX triplet: A8, 01 and 7B. RGB value is (168,1,123). Sum of RGB (Red+Green+Blue) = 168+1+123=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8017B is #57FE84. Grayscale: #404040. Windows color (decimal): -5766789 or 8061352. OLE color: 8061352.

HSL color Cylindrical-coordinate representation of color #A8017B: hue angle of 316.17º 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 #A8017B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 123 -
CMYK 0 0.99 0.27 0.34
HSL 316.17º 0.99% 0.33% -
HSV(B) 316.17º 0.99% 0.66% -
XYZ 19.73 9.78 19.59 -
YUV 64.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 168 1 123 0 0.99 0.27 0.34 316.17 0.99 0.33
Hex A8 1 7B 0 63 1B 22 13C 63 21
Octal 250 1 173 0 143 33 42 474 143 41
Binary 10101000 1 1111011 0 1100011 11011 100010 100111100 1100011 100001

Color Harmonies of #A8017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8017B

Black with #A8017B

Text Example


Text Example

White with #A8017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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