Html Css Color HEX #A50C7A Eggplant

📋 copy color: '#A50C7A'

red 165 ◦ green 12 ◦ blue 122

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

Shades of Eggplant #A50C7A

Tints of Eggplant #A50C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 55.18%
G = 4.01%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A50C7A (or 0xA50C7A) is known color: Eggplant. HEX triplet: A5, 0C and 7A. RGB value is (165,12,122). Sum of RGB (Red+Green+Blue) = 165+12+122=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C7A is #5AF385. Grayscale: #464646. Windows color (decimal): -5960582 or 7998629. OLE color: 7998629.

HSL color Cylindrical-coordinate representation of color #A50C7A: hue angle of 316.86º degrees, saturation: 0.86, 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 #A50C7A is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 122 -
CMYK 0 0.93 0.26 0.35
HSL 316.86º 0.86% 0.35% -
HSV(B) 316.86º 0.93% 0.65% -
XYZ 19.16 9.67 19.27 -
YUV 70.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 165 12 122 0 0.93 0.26 0.35 316.86 0.86 0.35
Hex A5 C 7A 0 5D 1A 23 13D 56 23
Octal 245 14 172 0 135 32 43 475 126 43
Binary 10100101 1100 1111010 0 1011101 11010 100011 100111101 1010110 100011

Color Harmonies of #A50C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C7A

Black with #A50C7A

Text Example


Text Example

White with #A50C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C7A; }

 p { color: rgb(165,12,122); }

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

background-color css

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

 a { background-color: rgb(165,12,122); }

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

border-color css

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

 span { border-color: rgb(165,12,122); }

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