Html Css Color HEX #A10DBA Dark Violet

📋 copy color: '#A10DBA'

red 161 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #A10DBA

Tints of Dark Violet #A10DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.61%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 44.72%
G = 3.61%
B = 51.67%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A10DBA (or 0xA10DBA) is known color: Dark Violet. HEX triplet: A1, 0D and BA. RGB value is (161,13,186). Sum of RGB (Red+Green+Blue) = 161+13+186=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A10DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DBA is #5EF245. Grayscale: #4C4C4C. Windows color (decimal): -6222406 or 12193185. OLE color: 12193185.

HSL color Cylindrical-coordinate representation of color #A10DBA: hue angle of 291.33º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DBA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 13 186 -
CMYK 0.13 0.93 0 0.27
HSL 291.33º 0.87% 0.39% -
HSV(B) 291.33º 0.93% 0.73% -
XYZ 23.7 11.41 47.41 -
YUV 76.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 161 13 186 0.13 0.93 0 0.27 291.33 0.87 0.39
Hex A1 D BA D 5D 0 1B 123 57 27
Octal 241 15 272 15 135 0 33 443 127 47
Binary 10100001 1101 10111010 1101 1011101 0 11011 100100011 1010111 100111

Color Harmonies of #A10DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DBA

Black with #A10DBA

Text Example


Text Example

White with #A10DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DBA; }

 p { color: rgb(161,13,186); }

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

background-color css

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

 a { background-color: rgb(161,13,186); }

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

border-color css

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

 span { border-color: rgb(161,13,186); }

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