Html Css Color HEX #A5016E Eggplant

📋 copy color: '#A5016E'

red 165 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #A5016E

Tints of Eggplant #A5016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 59.78%
G = 0.36%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5016E (or 0xA5016E) is known color: Eggplant. HEX triplet: A5, 01 and 6E. RGB value is (165,1,110). Sum of RGB (Red+Green+Blue) = 165+1+110=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5016E is #5AFE91. Grayscale: #3E3E3E. Windows color (decimal): -5963410 or 7209381. OLE color: 7209381.

HSL color Cylindrical-coordinate representation of color #A5016E: hue angle of 320.12º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5016E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 110 -
CMYK 0 0.99 0.33 0.35
HSL 320.12º 0.99% 0.33% -
HSV(B) 320.12º 0.99% 0.65% -
XYZ 18.34 9.15 15.55 -
YUV 62.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 165 1 110 0 0.99 0.33 0.35 320.12 0.99 0.33
Hex A5 1 6E 0 63 21 23 140 63 21
Octal 245 1 156 0 143 41 43 500 143 41
Binary 10100101 1 1101110 0 1100011 100001 100011 101000000 1100011 100001

Color Harmonies of #A5016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5016E

Black with #A5016E

Text Example


Text Example

White with #A5016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5016E; }

 p { color: rgb(165,1,110); }

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

background-color css

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

 a { background-color: rgb(165,1,110); }

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

border-color css

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

 span { border-color: rgb(165,1,110); }

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