Html Css Color HEX #A50064 Eggplant

📋 copy color: '#A50064'

red 165 ◦ green 0 ◦ blue 100

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

Shades of Eggplant #A50064

Tints of Eggplant #A50064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 62.26%
G = 0%
B = 37.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A50064 (or 0xA50064) is known color: Eggplant. HEX triplet: A5, 00 and 64. RGB value is (165,0,100). Sum of RGB (Red+Green+Blue) = 165+0+100=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A50064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50064 is #5AFF9B. Grayscale: #3C3C3C. Windows color (decimal): -5963676 or 6553765. OLE color: 6553765.

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

Color convert

RGB 165 0 100 -
CMYK 0 1 0.39 0.35
HSL 323.64º 1% 0.32% -
HSV(B) 323.64º 1% 0.65% -
XYZ 17.82 8.92 12.84 -
YUV 60.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 165 0 100 0 1 0.39 0.35 323.64 1 0.32
Hex A5 0 64 0 64 27 23 144 64 20
Octal 245 0 144 0 144 47 43 504 144 40
Binary 10100101 0 1100100 0 1100100 100111 100011 101000100 1100100 100000

Color Harmonies of #A50064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50064

Black with #A50064

Text Example


Text Example

White with #A50064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50064; }

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

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

background-color css

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

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

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

border-color css

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

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

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