Html Css Color HEX #A5107A Eggplant

📋 copy color: '#A5107A'

red 165 ◦ green 16 ◦ blue 122

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

Shades of Eggplant #A5107A

Tints of Eggplant #A5107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 54.46%
G = 5.28%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5107A (or 0xA5107A) is known color: Eggplant. HEX triplet: A5, 10 and 7A. RGB value is (165,16,122). Sum of RGB (Red+Green+Blue) = 165+16+122=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A5107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5107A is #5AEF85. Grayscale: #484848. Windows color (decimal): -5959558 or 7999653. OLE color: 7999653.

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

Color convert

RGB 165 16 122 -
CMYK 0 0.90 0.26 0.35
HSL 317.32º 0.82% 0.35% -
HSV(B) 317.32º 0.9% 0.65% -
XYZ 19.22 9.78 19.29 -
YUV 72.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 165 16 122 0 0.90 0.26 0.35 317.32 0.82 0.35
Hex A5 10 7A 0 5A 1A 23 13D 52 23
Octal 245 20 172 0 132 32 43 475 122 43
Binary 10100101 10000 1111010 0 1011010 11010 100011 100111101 1010010 100011

Color Harmonies of #A5107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5107A

Black with #A5107A

Text Example


Text Example

White with #A5107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5107A; }

 p { color: rgb(165,16,122); }

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

background-color css

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

 a { background-color: rgb(165,16,122); }

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

border-color css

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

 span { border-color: rgb(165,16,122); }

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