Html Css Color HEX #A5097B Eggplant

📋 copy color: '#A5097B'

red 165 ◦ green 9 ◦ blue 123

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

Shades of Eggplant #A5097B

Tints of Eggplant #A5097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 55.56%
G = 3.03%
B = 41.41%

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

#A5097B (or 0xA5097B) is known color: Eggplant. HEX triplet: A5, 09 and 7B. RGB value is (165,9,123). Sum of RGB (Red+Green+Blue) = 165+9+123=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5097B is #5AF684. Grayscale: #444444. Windows color (decimal): -5961349 or 8063397. OLE color: 8063397.

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

Color convert

RGB 165 9 123 -
CMYK 0 0.95 0.25 0.35
HSL 316.15º 0.9% 0.34% -
HSV(B) 316.15º 0.95% 0.65% -
XYZ 19.19 9.62 19.59 -
YUV 68.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 165 9 123 0 0.95 0.25 0.35 316.15 0.9 0.34
Hex A5 9 7B 0 5F 19 23 13C 5A 22
Octal 245 11 173 0 137 31 43 474 132 42
Binary 10100101 1001 1111011 0 1011111 11001 100011 100111100 1011010 100010

Color Harmonies of #A5097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5097B

Black with #A5097B

Text Example


Text Example

White with #A5097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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