Html Css Color HEX #A10FCE Dark Violet

📋 copy color: '#A10FCE'

red 161 ◦ green 15 ◦ blue 206

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

Shades of Dark Violet #A10FCE

Tints of Dark Violet #A10FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 42.15%
G = 3.93%
B = 53.93%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A10FCE (or 0xA10FCE) is known color: Dark Violet. HEX triplet: A1, 0F and CE. RGB value is (161,15,206). Sum of RGB (Red+Green+Blue) = 161+15+206=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #A10FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FCE is #5EF031. Grayscale: #4F4F4F. Windows color (decimal): -6221874 or 13504417. OLE color: 13504417.

HSL color Cylindrical-coordinate representation of color #A10FCE: hue angle of 285.86º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FCE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 15 206 -
CMYK 0.22 0.93 0 0.19
HSL 285.86º 0.86% 0.43% -
HSV(B) 285.86º 0.93% 0.81% -
XYZ 26.01 12.37 59.41 -
YUV 80.43 198.87 185.47 -
System Red Green Blue C M Y K H S L
Decimal 161 15 206 0.22 0.93 0 0.19 285.86 0.86 0.43
Hex A1 F CE 16 5D 0 13 11E 56 2B
Octal 241 17 316 26 135 0 23 436 126 53
Binary 10100001 1111 11001110 10110 1011101 0 10011 100011110 1010110 101011

Color Harmonies of #A10FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FCE

Black with #A10FCE

Text Example


Text Example

White with #A10FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FCE; }

 p { color: rgb(161,15,206); }

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

background-color css

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

 a { background-color: rgb(161,15,206); }

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

border-color css

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

 span { border-color: rgb(161,15,206); }

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