Html Css Color HEX #A10ADB Dark Violet

📋 copy color: '#A10ADB'

red 161 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #A10ADB

Tints of Dark Violet #A10ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

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

R = 41.28%
G = 2.56%
B = 56.15%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A10ADB (or 0xA10ADB) is known color: Dark Violet. HEX triplet: A1, 0A and DB. RGB value is (161,10,219). Sum of RGB (Red+Green+Blue) = 161+10+219=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #A10ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ADB is #5EF524. Grayscale: #4E4E4E. Windows color (decimal): -6223141 or 14355105. OLE color: 14355105.

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

Color convert

RGB 161 10 219 -
CMYK 0.26 0.95 0 0.14
HSL 283.35º 0.91% 0.45% -
HSV(B) 283.35º 0.95% 0.86% -
XYZ 27.59 12.91 68.06 -
YUV 78.98 207.03 186.51 -
System Red Green Blue C M Y K H S L
Decimal 161 10 219 0.26 0.95 0 0.14 283.35 0.91 0.45
Hex A1 A DB 1A 5F 0 E 11B 5B 2D
Octal 241 12 333 32 137 0 16 433 133 55
Binary 10100001 1010 11011011 11010 1011111 0 1110 100011011 1011011 101101

Color Harmonies of #A10ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ADB

Black with #A10ADB

Text Example


Text Example

White with #A10ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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