Html Css Color HEX #A5097D Eggplant

📋 copy color: '#A5097D'

red 165 ◦ green 9 ◦ blue 125

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

Shades of Eggplant #A5097D

Tints of Eggplant #A5097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 55.18%
G = 3.01%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5097D (or 0xA5097D) is known color: Eggplant. HEX triplet: A5, 09 and 7D. RGB value is (165,9,125). Sum of RGB (Red+Green+Blue) = 165+9+125=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A5097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5097D is #5AF682. Grayscale: #444444. Windows color (decimal): -5961347 or 8194469. OLE color: 8194469.

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

Color convert

RGB 165 9 125 -
CMYK 0 0.95 0.24 0.35
HSL 315.38º 0.9% 0.34% -
HSV(B) 315.38º 0.95% 0.65% -
XYZ 19.32 9.68 20.25 -
YUV 68.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 165 9 125 0 0.95 0.24 0.35 315.38 0.9 0.34
Hex A5 9 7D 0 5F 18 23 13B 5A 22
Octal 245 11 175 0 137 30 43 473 132 42
Binary 10100101 1001 1111101 0 1011111 11000 100011 100111011 1011010 100010

Color Harmonies of #A5097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5097D

Black with #A5097D

Text Example


Text Example

White with #A5097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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