Html Css Color HEX #A5087B Eggplant

📋 copy color: '#A5087B'

red 165 ◦ green 8 ◦ blue 123

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

Shades of Eggplant #A5087B

Tints of Eggplant #A5087B

RGB

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

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

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

R = 55.74%
G = 2.7%
B = 41.55%

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

#A5087B (or 0xA5087B) is known color: Eggplant. HEX triplet: A5, 08 and 7B. RGB value is (165,8,123). Sum of RGB (Red+Green+Blue) = 165+8+123=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5087B is #5AF784. Grayscale: #434343. Windows color (decimal): -5961605 or 8063141. OLE color: 8063141.

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

Color convert

RGB 165 8 123 -
CMYK 0 0.95 0.25 0.35
HSL 316.05º 0.91% 0.34% -
HSV(B) 316.05º 0.95% 0.65% -
XYZ 19.18 9.6 19.58 -
YUV 68.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 165 8 123 0 0.95 0.25 0.35 316.05 0.91 0.34
Hex A5 8 7B 0 5F 19 23 13C 5B 22
Octal 245 10 173 0 137 31 43 474 133 42
Binary 10100101 1000 1111011 0 1011111 11001 100011 100111100 1011011 100010

Color Harmonies of #A5087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5087B

Black with #A5087B

Text Example


Text Example

White with #A5087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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