Html Css Color HEX #A5097C Eggplant

📋 copy color: '#A5097C'

red 165 ◦ green 9 ◦ blue 124

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

Shades of Eggplant #A5097C

Tints of Eggplant #A5097C

RGB

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

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

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

R = 55.37%
G = 3.02%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5097C (or 0xA5097C) is known color: Eggplant. HEX triplet: A5, 09 and 7C. RGB value is (165,9,124). Sum of RGB (Red+Green+Blue) = 165+9+124=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5097C is #5AF683. Grayscale: #444444. Windows color (decimal): -5961348 or 8128933. OLE color: 8128933.

HSL color Cylindrical-coordinate representation of color #A5097C: hue angle of 315.77º 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 #A5097C is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 124 -
CMYK 0 0.95 0.25 0.35
HSL 315.77º 0.9% 0.34% -
HSV(B) 315.77º 0.95% 0.65% -
XYZ 19.25 9.65 19.92 -
YUV 68.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 165 9 124 0 0.95 0.25 0.35 315.77 0.9 0.34
Hex A5 9 7C 0 5F 19 23 13C 5A 22
Octal 245 11 174 0 137 31 43 474 132 42
Binary 10100101 1001 1111100 0 1011111 11001 100011 100111100 1011010 100010

Color Harmonies of #A5097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5097C

Black with #A5097C

Text Example


Text Example

White with #A5097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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