Html Css Color HEX #A5007F Eggplant

📋 copy color: '#A5007F'

red 165 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #A5007F

Tints of Eggplant #A5007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 56.51%
G = 0%
B = 43.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5007F (or 0xA5007F) is known color: Eggplant. HEX triplet: A5, 00 and 7F. RGB value is (165,0,127). Sum of RGB (Red+Green+Blue) = 165+0+127=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5007F is #5AFF80. Grayscale: #3F3F3F. Windows color (decimal): -5963649 or 8323237. OLE color: 8323237.

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

Color convert

RGB 165 0 127 -
CMYK 0 1 0.23 0.35
HSL 313.82º 1% 0.32% -
HSV(B) 313.82º 1% 0.65% -
XYZ 19.35 9.53 20.9 -
YUV 63.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 165 0 127 0 1 0.23 0.35 313.82 1 0.32
Hex A5 0 7F 0 64 17 23 13A 64 20
Octal 245 0 177 0 144 27 43 472 144 40
Binary 10100101 0 1111111 0 1100100 10111 100011 100111010 1100100 100000

Color Harmonies of #A5007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5007F

Black with #A5007F

Text Example


Text Example

White with #A5007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5007F; }

 p { color: rgb(165,0,127); }

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

background-color css

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

 a { background-color: rgb(165,0,127); }

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

border-color css

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

 span { border-color: rgb(165,0,127); }

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