Html Css Color HEX #A50B82 Eggplant

📋 copy color: '#A50B82'

red 165 ◦ green 11 ◦ blue 130

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

Shades of Eggplant #A50B82

Tints of Eggplant #A50B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

 BLUE value IS 130 (51.17% from 255) = 42.48%

R = 53.92%
G = 3.59%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A50B82 (or 0xA50B82) is known color: Eggplant. HEX triplet: A5, 0B and 82. RGB value is (165,11,130). Sum of RGB (Red+Green+Blue) = 165+11+130=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B82 is #5AF47D. Grayscale: #464646. Windows color (decimal): -5960830 or 8522661. OLE color: 8522661.

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

Color convert

RGB 165 11 130 -
CMYK 0 0.93 0.21 0.35
HSL 313.64º 0.88% 0.35% -
HSV(B) 313.64º 0.93% 0.65% -
XYZ 19.67 9.85 21.98 -
YUV 70.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 165 11 130 0 0.93 0.21 0.35 313.64 0.88 0.35
Hex A5 B 82 0 5D 15 23 13A 58 23
Octal 245 13 202 0 135 25 43 472 130 43
Binary 10100101 1011 10000010 0 1011101 10101 100011 100111010 1011000 100011

Color Harmonies of #A50B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B82

Black with #A50B82

Text Example


Text Example

White with #A50B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B82; }

 p { color: rgb(165,11,130); }

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

background-color css

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

 a { background-color: rgb(165,11,130); }

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

border-color css

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

 span { border-color: rgb(165,11,130); }

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