Html Css Color HEX #A5087C Eggplant

📋 copy color: '#A5087C'

red 165 ◦ green 8 ◦ blue 124

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

Shades of Eggplant #A5087C

Tints of Eggplant #A5087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 55.56%
G = 2.69%
B = 41.75%

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

#A5087C (or 0xA5087C) is known color: Eggplant. HEX triplet: A5, 08 and 7C. RGB value is (165,8,124). Sum of RGB (Red+Green+Blue) = 165+8+124=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5087C is #5AF783. Grayscale: #434343. Windows color (decimal): -5961604 or 8128677. OLE color: 8128677.

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

Color convert

RGB 165 8 124 -
CMYK 0 0.95 0.25 0.35
HSL 315.67º 0.91% 0.34% -
HSV(B) 315.67º 0.95% 0.65% -
XYZ 19.24 9.63 19.91 -
YUV 68.17 159.51 197.07 -
System Red Green Blue C M Y K H S L
Decimal 165 8 124 0 0.95 0.25 0.35 315.67 0.91 0.34
Hex A5 8 7C 0 5F 19 23 13C 5B 22
Octal 245 10 174 0 137 31 43 474 133 42
Binary 10100101 1000 1111100 0 1011111 11001 100011 100111100 1011011 100010

Color Harmonies of #A5087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5087C

Black with #A5087C

Text Example


Text Example

White with #A5087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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