Html Css Color HEX #A10ECC Dark Violet

📋 copy color: '#A10ECC'

red 161 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #A10ECC

Tints of Dark Violet #A10ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.69%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 42.48%
G = 3.69%
B = 53.83%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A10ECC (or 0xA10ECC) is known color: Dark Violet. HEX triplet: A1, 0E and CC. RGB value is (161,14,204). Sum of RGB (Red+Green+Blue) = 161+14+204=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A10ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ECC is #5EF133. Grayscale: #4F4F4F. Windows color (decimal): -6222132 or 13373089. OLE color: 13373089.

HSL color Cylindrical-coordinate representation of color #A10ECC: hue angle of 286.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10ECC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 14 204 -
CMYK 0.21 0.93 0 0.2
HSL 286.42º 0.87% 0.43% -
HSV(B) 286.42º 0.93% 0.8% -
XYZ 25.75 12.25 58.13 -
YUV 79.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 161 14 204 0.21 0.93 0 0.2 286.42 0.87 0.43
Hex A1 E CC 15 5D 0 14 11E 57 2B
Octal 241 16 314 25 135 0 24 436 127 53
Binary 10100001 1110 11001100 10101 1011101 0 10100 100011110 1010111 101011

Color Harmonies of #A10ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ECC

Black with #A10ECC

Text Example


Text Example

White with #A10ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ECC; }

 p { color: rgb(161,14,204); }

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

background-color css

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

 a { background-color: rgb(161,14,204); }

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

border-color css

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

 span { border-color: rgb(161,14,204); }

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