Html Css Color HEX #A10875 Eggplant

📋 copy color: '#A10875'

red 161 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #A10875

Tints of Eggplant #A10875

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 56.29%
G = 2.8%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A10875 (or 0xA10875) is known color: Eggplant. HEX triplet: A1, 08 and 75. RGB value is (161,8,117). Sum of RGB (Red+Green+Blue) = 161+8+117=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A10875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10875 is #5EF78A. Grayscale: #414141. Windows color (decimal): -6223755 or 7669921. OLE color: 7669921.

HSL color Cylindrical-coordinate representation of color #A10875: hue angle of 317.25º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10875 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 117 -
CMYK 0 0.95 0.27 0.37
HSL 317.25º 0.91% 0.33% -
HSV(B) 317.25º 0.95% 0.63% -
XYZ 18 9.04 17.63 -
YUV 66.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 161 8 117 0 0.95 0.27 0.37 317.25 0.91 0.33
Hex A1 8 75 0 5F 1B 25 13D 5B 21
Octal 241 10 165 0 137 33 45 475 133 41
Binary 10100001 1000 1110101 0 1011111 11011 100101 100111101 1011011 100001

Color Harmonies of #A10875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10875

Black with #A10875

Text Example


Text Example

White with #A10875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10875; }

 p { color: rgb(161,8,117); }

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

background-color css

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

 a { background-color: rgb(161,8,117); }

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

border-color css

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

 span { border-color: rgb(161,8,117); }

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