Html Css Color HEX #A10FD9 Dark Violet

📋 copy color: '#A10FD9'

red 161 ◦ green 15 ◦ blue 217

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

Shades of Dark Violet #A10FD9

Tints of Dark Violet #A10FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 55.22%

R = 40.97%
G = 3.82%
B = 55.22%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A10FD9 (or 0xA10FD9) is known color: Dark Violet. HEX triplet: A1, 0F and D9. RGB value is (161,15,217). Sum of RGB (Red+Green+Blue) = 161+15+217=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #A10FD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FD9 is #5EF026. Grayscale: #515151. Windows color (decimal): -6221863 or 14225313. OLE color: 14225313.

HSL color Cylindrical-coordinate representation of color #A10FD9: hue angle of 283.37º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FD9 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 15 217 -
CMYK 0.26 0.93 0 0.15
HSL 283.37º 0.87% 0.45% -
HSV(B) 283.37º 0.93% 0.85% -
XYZ 27.39 12.93 66.7 -
YUV 81.68 204.37 184.57 -
System Red Green Blue C M Y K H S L
Decimal 161 15 217 0.26 0.93 0 0.15 283.37 0.87 0.45
Hex A1 F D9 1A 5D 0 F 11B 57 2D
Octal 241 17 331 32 135 0 17 433 127 55
Binary 10100001 1111 11011001 11010 1011101 0 1111 100011011 1010111 101101

Color Harmonies of #A10FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FD9

Black with #A10FD9

Text Example


Text Example

White with #A10FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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