Html Css Color HEX #A50274 Eggplant

📋 copy color: '#A50274'

red 165 ◦ green 2 ◦ blue 116

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

Shades of Eggplant #A50274

Tints of Eggplant #A50274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 58.3%
G = 0.71%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A50274 (or 0xA50274) is known color: Eggplant. HEX triplet: A5, 02 and 74. RGB value is (165,2,116). Sum of RGB (Red+Green+Blue) = 165+2+116=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A50274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50274 is #5AFD8B. Grayscale: #3F3F3F. Windows color (decimal): -5963148 or 7602853. OLE color: 7602853.

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

Color convert

RGB 165 2 116 -
CMYK 0 0.99 0.30 0.35
HSL 318.04º 0.98% 0.33% -
HSV(B) 318.04º 0.99% 0.65% -
XYZ 18.69 9.3 17.33 -
YUV 63.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 165 2 116 0 0.99 0.30 0.35 318.04 0.98 0.33
Hex A5 2 74 0 63 1E 23 13E 62 21
Octal 245 2 164 0 143 36 43 476 142 41
Binary 10100101 10 1110100 0 1100011 11110 100011 100111110 1100010 100001

Color Harmonies of #A50274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50274

Black with #A50274

Text Example


Text Example

White with #A50274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50274; }

 p { color: rgb(165,2,116); }

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

background-color css

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

 a { background-color: rgb(165,2,116); }

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

border-color css

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

 span { border-color: rgb(165,2,116); }

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