Html Css Color HEX #A10262 Eggplant

📋 copy color: '#A10262'

red 161 ◦ green 2 ◦ blue 98

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

Shades of Eggplant #A10262

Tints of Eggplant #A10262

RGB

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

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

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

R = 61.69%
G = 0.77%
B = 37.55%

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

#A10262 (or 0xA10262) is known color: Eggplant. HEX triplet: A1, 02 and 62. RGB value is (161,2,98). Sum of RGB (Red+Green+Blue) = 161+2+98=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A10262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10262 is #5EFD9D. Grayscale: #3C3C3C. Windows color (decimal): -6225310 or 6423201. OLE color: 6423201.

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

Color convert

RGB 161 2 98 -
CMYK 0 0.99 0.39 0.37
HSL 323.77º 0.98% 0.32% -
HSV(B) 323.77º 0.99% 0.63% -
XYZ 16.92 8.5 12.3 -
YUV 60.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 161 2 98 0 0.99 0.39 0.37 323.77 0.98 0.32
Hex A1 2 62 0 63 27 25 144 62 20
Octal 241 2 142 0 143 47 45 504 142 40
Binary 10100001 10 1100010 0 1100011 100111 100101 101000100 1100010 100000

Color Harmonies of #A10262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10262

Black with #A10262

Text Example


Text Example

White with #A10262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10262; }

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

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

background-color css

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

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

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

border-color css

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

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

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