Html Css Color HEX #A10AB6 Dark Violet

📋 copy color: '#A10AB6'

red 161 ◦ green 10 ◦ blue 182

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

Shades of Dark Violet #A10AB6

Tints of Dark Violet #A10AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.56%

R = 45.61%
G = 2.83%
B = 51.56%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A10AB6 (or 0xA10AB6) is known color: Dark Violet. HEX triplet: A1, 0A and B6. RGB value is (161,10,182). Sum of RGB (Red+Green+Blue) = 161+10+182=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #A10AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AB6 is #5EF549. Grayscale: #4A4A4A. Windows color (decimal): -6223178 or 11930273. OLE color: 11930273.

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

Color convert

RGB 161 10 182 -
CMYK 0.12 0.95 0 0.29
HSL 292.67º 0.9% 0.38% -
HSV(B) 292.67º 0.95% 0.71% -
XYZ 23.25 11.17 45.19 -
YUV 74.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 161 10 182 0.12 0.95 0 0.29 292.67 0.9 0.38
Hex A1 A B6 C 5F 0 1D 125 5A 26
Octal 241 12 266 14 137 0 35 445 132 46
Binary 10100001 1010 10110110 1100 1011111 0 11101 100100101 1011010 100110

Color Harmonies of #A10AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10AB6

Black with #A10AB6

Text Example


Text Example

White with #A10AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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