Html Css Color HEX #A10162 Eggplant

📋 copy color: '#A10162'

red 161 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #A10162

Tints of Eggplant #A10162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 61.92%
G = 0.38%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A10162 (or 0xA10162) is known color: Eggplant. HEX triplet: A1, 01 and 62. RGB value is (161,1,98). Sum of RGB (Red+Green+Blue) = 161+1+98=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A10162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10162 is #5EFE9D. Grayscale: #3B3B3B. Windows color (decimal): -6225566 or 6422945. OLE color: 6422945.

HSL color Cylindrical-coordinate representation of color #A10162: hue angle of 323.62º degrees, saturation: 0.99, 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 #A10162 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 1 98 -
CMYK 0 0.99 0.39 0.37
HSL 323.63º 0.99% 0.32% -
HSV(B) 323.63º 0.99% 0.63% -
XYZ 16.91 8.48 12.3 -
YUV 59.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 161 1 98 0 0.99 0.39 0.37 323.63 0.99 0.32
Hex A1 1 62 0 63 27 25 144 63 20
Octal 241 1 142 0 143 47 45 504 143 40
Binary 10100001 1 1100010 0 1100011 100111 100101 101000100 1100011 100000

Color Harmonies of #A10162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10162

Black with #A10162

Text Example


Text Example

White with #A10162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10162; }

 p { color: rgb(161,1,98); }

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

background-color css

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

 a { background-color: rgb(161,1,98); }

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

border-color css

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

 span { border-color: rgb(161,1,98); }

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