Html Css Color HEX #A10ABD Dark Violet

📋 copy color: '#A10ABD'

red 161 ◦ green 10 ◦ blue 189

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

Shades of Dark Violet #A10ABD

Tints of Dark Violet #A10ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 44.72%
G = 2.78%
B = 52.5%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A10ABD (or 0xA10ABD) is known color: Dark Violet. HEX triplet: A1, 0A and BD. RGB value is (161,10,189). Sum of RGB (Red+Green+Blue) = 161+10+189=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #A10ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ABD is #5EF542. Grayscale: #4A4A4A. Windows color (decimal): -6223171 or 12389025. OLE color: 12389025.

HSL color Cylindrical-coordinate representation of color #A10ABD: hue angle of 290.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ABD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 10 189 -
CMYK 0.15 0.95 0 0.26
HSL 290.61º 0.9% 0.39% -
HSV(B) 290.61º 0.95% 0.74% -
XYZ 23.99 11.47 49.09 -
YUV 75.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 161 10 189 0.15 0.95 0 0.26 290.61 0.9 0.39
Hex A1 A BD F 5F 0 1A 123 5A 27
Octal 241 12 275 17 137 0 32 443 132 47
Binary 10100001 1010 10111101 1111 1011111 0 11010 100100011 1011010 100111

Color Harmonies of #A10ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ABD

Black with #A10ABD

Text Example


Text Example

White with #A10ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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