Html Css Color HEX #A10DB4 Dark Violet

📋 copy color: '#A10DB4'

red 161 ◦ green 13 ◦ blue 180

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

Shades of Dark Violet #A10DB4

Tints of Dark Violet #A10DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.85%

R = 45.48%
G = 3.67%
B = 50.85%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A10DB4 (or 0xA10DB4) is known color: Dark Violet. HEX triplet: A1, 0D and B4. RGB value is (161,13,180). Sum of RGB (Red+Green+Blue) = 161+13+180=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #A10DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DB4 is #5EF24B. Grayscale: #4B4B4B. Windows color (decimal): -6222412 or 11799969. OLE color: 11799969.

HSL color Cylindrical-coordinate representation of color #A10DB4: hue angle of 293.17º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10DB4 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 13 180 -
CMYK 0.11 0.93 0 0.29
HSL 293.17º 0.87% 0.38% -
HSV(B) 293.17º 0.93% 0.71% -
XYZ 23.08 11.16 44.12 -
YUV 76.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 161 13 180 0.11 0.93 0 0.29 293.17 0.87 0.38
Hex A1 D B4 B 5D 0 1D 125 57 26
Octal 241 15 264 13 135 0 35 445 127 46
Binary 10100001 1101 10110100 1011 1011101 0 11101 100100101 1010111 100110

Color Harmonies of #A10DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10DB4

Black with #A10DB4

Text Example


Text Example

White with #A10DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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