Html Css Color HEX #A5017C Eggplant

📋 copy color: '#A5017C'

red 165 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #A5017C

Tints of Eggplant #A5017C

RGB

 RED value IS 165 (64.84% from 255) = 56.9%

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

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

R = 56.9%
G = 0.34%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5017C (or 0xA5017C) is known color: Eggplant. HEX triplet: A5, 01 and 7C. RGB value is (165,1,124). Sum of RGB (Red+Green+Blue) = 165+1+124=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5017C is #5AFE83. Grayscale: #3F3F3F. Windows color (decimal): -5963396 or 8126885. OLE color: 8126885.

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

Color convert

RGB 165 1 124 -
CMYK 0 0.99 0.25 0.35
HSL 315º 0.99% 0.33% -
HSV(B) 315º 0.99% 0.65% -
XYZ 19.17 9.48 19.89 -
YUV 64.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 165 1 124 0 0.99 0.25 0.35 315 0.99 0.33
Hex A5 1 7C 0 63 19 23 13B 63 21
Octal 245 1 174 0 143 31 43 473 143 41
Binary 10100101 1 1111100 0 1100011 11001 100011 100111011 1100011 100001

Color Harmonies of #A5017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5017C

Black with #A5017C

Text Example


Text Example

White with #A5017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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