Html Css Color HEX #A10261 Eggplant

📋 copy color: '#A10261'

red 161 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #A10261

Tints of Eggplant #A10261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 61.92%
G = 0.77%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A10261 (or 0xA10261) is known color: Eggplant. HEX triplet: A1, 02 and 61. RGB value is (161,2,97). Sum of RGB (Red+Green+Blue) = 161+2+97=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A10261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10261 is #5EFD9E. Grayscale: #3C3C3C. Windows color (decimal): -6225311 or 6357665. OLE color: 6357665.

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

Color convert

RGB 161 2 97 -
CMYK 0 0.99 0.40 0.37
HSL 324.15º 0.98% 0.32% -
HSV(B) 324.15º 0.99% 0.63% -
XYZ 16.88 8.48 12.06 -
YUV 60.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 161 2 97 0 0.99 0.40 0.37 324.15 0.98 0.32
Hex A1 2 61 0 63 28 25 144 62 20
Octal 241 2 141 0 143 50 45 504 142 40
Binary 10100001 10 1100001 0 1100011 101000 100101 101000100 1100010 100000

Color Harmonies of #A10261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10261

Black with #A10261

Text Example


Text Example

White with #A10261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10261; }

 p { color: rgb(161,2,97); }

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

background-color css

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

 a { background-color: rgb(161,2,97); }

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

border-color css

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

 span { border-color: rgb(161,2,97); }

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