Html Css Color HEX #A5097F Eggplant

📋 copy color: '#A5097F'

red 165 ◦ green 9 ◦ blue 127

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

Shades of Eggplant #A5097F

Tints of Eggplant #A5097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 54.82%
G = 2.99%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5097F (or 0xA5097F) is known color: Eggplant. HEX triplet: A5, 09 and 7F. RGB value is (165,9,127). Sum of RGB (Red+Green+Blue) = 165+9+127=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A5097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5097F is #5AF680. Grayscale: #444444. Windows color (decimal): -5961345 or 8325541. OLE color: 8325541.

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

Color convert

RGB 165 9 127 -
CMYK 0 0.95 0.23 0.35
HSL 314.62º 0.9% 0.34% -
HSV(B) 314.62º 0.95% 0.65% -
XYZ 19.45 9.73 20.93 -
YUV 69.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 165 9 127 0 0.95 0.23 0.35 314.62 0.9 0.34
Hex A5 9 7F 0 5F 17 23 13B 5A 22
Octal 245 11 177 0 137 27 43 473 132 42
Binary 10100101 1001 1111111 0 1011111 10111 100011 100111011 1011010 100010

Color Harmonies of #A5097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5097F

Black with #A5097F

Text Example


Text Example

White with #A5097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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