Html Css Color HEX #A50069 Eggplant

📋 copy color: '#A50069'

red 165 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #A50069

Tints of Eggplant #A50069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 61.11%
G = 0%
B = 38.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A50069 (or 0xA50069) is known color: Eggplant. HEX triplet: A5, 00 and 69. RGB value is (165,0,105). Sum of RGB (Red+Green+Blue) = 165+0+105=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A50069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50069 is #5AFF96. Grayscale: #3D3D3D. Windows color (decimal): -5963671 or 6881445. OLE color: 6881445.

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

Color convert

RGB 165 0 105 -
CMYK 0 1 0.36 0.35
HSL 321.82º 1% 0.32% -
HSV(B) 321.82º 1% 0.65% -
XYZ 18.07 9.02 14.15 -
YUV 61.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 165 0 105 0 1 0.36 0.35 321.82 1 0.32
Hex A5 0 69 0 64 24 23 142 64 20
Octal 245 0 151 0 144 44 43 502 144 40
Binary 10100101 0 1101001 0 1100100 100100 100011 101000010 1100100 100000

Color Harmonies of #A50069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50069

Black with #A50069

Text Example


Text Example

White with #A50069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50069; }

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

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

background-color css

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

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

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

border-color css

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

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

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