Html Css Color HEX #A50068 Eggplant

📋 copy color: '#A50068'

red 165 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #A50068

Tints of Eggplant #A50068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 61.34%
G = 0%
B = 38.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A50068 (or 0xA50068) is known color: Eggplant. HEX triplet: A5, 00 and 68. RGB value is (165,0,104). Sum of RGB (Red+Green+Blue) = 165+0+104=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A50068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50068 is #5AFF97. Grayscale: #3C3C3C. Windows color (decimal): -5963672 or 6815909. OLE color: 6815909.

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

Color convert

RGB 165 0 104 -
CMYK 0 1 0.37 0.35
HSL 322.18º 1% 0.32% -
HSV(B) 322.18º 1% 0.65% -
XYZ 18.02 9 13.88 -
YUV 61.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 165 0 104 0 1 0.37 0.35 322.18 1 0.32
Hex A5 0 68 0 64 25 23 142 64 20
Octal 245 0 150 0 144 45 43 502 144 40
Binary 10100101 0 1101000 0 1100100 100101 100011 101000010 1100100 100000

Color Harmonies of #A50068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50068

Black with #A50068

Text Example


Text Example

White with #A50068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50068; }

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

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

background-color css

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

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

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

border-color css

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

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

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