Html Css Color HEX #A10375 Eggplant

📋 copy color: '#A10375'

red 161 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #A10375

Tints of Eggplant #A10375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 57.3%
G = 1.07%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A10375 (or 0xA10375) is known color: Eggplant. HEX triplet: A1, 03 and 75. RGB value is (161,3,117). Sum of RGB (Red+Green+Blue) = 161+3+117=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A10375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10375 is #5EFC8A. Grayscale: #3E3E3E. Windows color (decimal): -6225035 or 7668641. OLE color: 7668641.

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

Color convert

RGB 161 3 117 -
CMYK 0 0.98 0.27 0.37
HSL 316.71º 0.96% 0.32% -
HSV(B) 316.71º 0.98% 0.63% -
XYZ 17.94 8.93 17.61 -
YUV 63.24 158.35 197.73 -
System Red Green Blue C M Y K H S L
Decimal 161 3 117 0 0.98 0.27 0.37 316.71 0.96 0.32
Hex A1 3 75 0 62 1B 25 13D 60 20
Octal 241 3 165 0 142 33 45 475 140 40
Binary 10100001 11 1110101 0 1100010 11011 100101 100111101 1100000 100000

Color Harmonies of #A10375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10375

Black with #A10375

Text Example


Text Example

White with #A10375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10375; }

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

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

background-color css

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

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

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

border-color css

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

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

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