Html Css Color HEX #A10FDB Dark Violet

📋 copy color: '#A10FDB'

red 161 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #A10FDB

Tints of Dark Violet #A10FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 40.76%
G = 3.8%
B = 55.44%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A10FDB (or 0xA10FDB) is known color: Dark Violet. HEX triplet: A1, 0F and DB. RGB value is (161,15,219). Sum of RGB (Red+Green+Blue) = 161+15+219=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #A10FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FDB is #5EF024. Grayscale: #515151. Windows color (decimal): -6221861 or 14356385. OLE color: 14356385.

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

Color convert

RGB 161 15 219 -
CMYK 0.26 0.93 0 0.14
HSL 282.94º 0.87% 0.46% -
HSV(B) 282.94º 0.93% 0.86% -
XYZ 27.65 13.03 68.08 -
YUV 81.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 161 15 219 0.26 0.93 0 0.14 282.94 0.87 0.46
Hex A1 F DB 1A 5D 0 E 11B 57 2E
Octal 241 17 333 32 135 0 16 433 127 56
Binary 10100001 1111 11011011 11010 1011101 0 1110 100011011 1010111 101110

Color Harmonies of #A10FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FDB

Black with #A10FDB

Text Example


Text Example

White with #A10FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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