Html Css Color HEX #A10DBB Dark Violet

📋 copy color: '#A10DBB'

red 161 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #A10DBB

Tints of Dark Violet #A10DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 44.6%
G = 3.6%
B = 51.8%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A10DBB (or 0xA10DBB) is known color: Dark Violet. HEX triplet: A1, 0D and BB. RGB value is (161,13,187). Sum of RGB (Red+Green+Blue) = 161+13+187=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A10DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DBB is #5EF244. Grayscale: #4C4C4C. Windows color (decimal): -6222405 or 12258721. OLE color: 12258721.

HSL color Cylindrical-coordinate representation of color #A10DBB: hue angle of 291.03º 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 #A10DBB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 13 187 -
CMYK 0.14 0.93 0 0.27
HSL 291.03º 0.87% 0.39% -
HSV(B) 291.03º 0.93% 0.73% -
XYZ 23.81 11.45 47.97 -
YUV 77.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 161 13 187 0.14 0.93 0 0.27 291.03 0.87 0.39
Hex A1 D BB E 5D 0 1B 123 57 27
Octal 241 15 273 16 135 0 33 443 127 47
Binary 10100001 1101 10111011 1110 1011101 0 11011 100100011 1010111 100111

Color Harmonies of #A10DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DBB

Black with #A10DBB

Text Example


Text Example

White with #A10DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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