Html Css Color HEX #A5006A Eggplant

📋 copy color: '#A5006A'

red 165 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #A5006A

Tints of Eggplant #A5006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 60.89%
G = 0%
B = 39.11%

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

#A5006A (or 0xA5006A) is known color: Eggplant. HEX triplet: A5, 00 and 6A. RGB value is (165,0,106). Sum of RGB (Red+Green+Blue) = 165+0+106=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A5006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5006A is #5AFF95. Grayscale: #3D3D3D. Windows color (decimal): -5963670 or 6946981. OLE color: 6946981.

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

Color convert

RGB 165 0 106 -
CMYK 0 1 0.36 0.35
HSL 321.45º 1% 0.32% -
HSV(B) 321.45º 1% 0.65% -
XYZ 18.12 9.04 14.43 -
YUV 61.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 165 0 106 0 1 0.36 0.35 321.45 1 0.32
Hex A5 0 6A 0 64 24 23 141 64 20
Octal 245 0 152 0 144 44 43 501 144 40
Binary 10100101 0 1101010 0 1100100 100100 100011 101000001 1100100 100000

Color Harmonies of #A5006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5006A

Black with #A5006A

Text Example


Text Example

White with #A5006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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