Html Css Color HEX #A50073 Eggplant

📋 copy color: '#A50073'

red 165 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #A50073

Tints of Eggplant #A50073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 58.93%
G = 0%
B = 41.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A50073 (or 0xA50073) is known color: Eggplant. HEX triplet: A5, 00 and 73. RGB value is (165,0,115). Sum of RGB (Red+Green+Blue) = 165+0+115=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A50073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50073 is #5AFF8C. Grayscale: #3E3E3E. Windows color (decimal): -5963661 or 7536805. OLE color: 7536805.

HSL color Cylindrical-coordinate representation of color #A50073: hue angle of 318.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50073 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 0 115 -
CMYK 0 1 0.30 0.35
HSL 318.18º 1% 0.32% -
HSV(B) 318.18º 1% 0.65% -
XYZ 18.61 9.24 17.02 -
YUV 62.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 165 0 115 0 1 0.30 0.35 318.18 1 0.32
Hex A5 0 73 0 64 1E 23 13E 64 20
Octal 245 0 163 0 144 36 43 476 144 40
Binary 10100101 0 1110011 0 1100100 11110 100011 100111110 1100100 100000

Color Harmonies of #A50073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50073

Black with #A50073

Text Example


Text Example

White with #A50073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50073; }

 p { color: rgb(165,0,115); }

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

background-color css

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

 a { background-color: rgb(165,0,115); }

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

border-color css

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

 span { border-color: rgb(165,0,115); }

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