Html Css Color HEX #A10ACC Dark Violet

📋 copy color: '#A10ACC'

red 161 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #A10ACC

Tints of Dark Violet #A10ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 42.93%
G = 2.67%
B = 54.4%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A10ACC (or 0xA10ACC) is known color: Dark Violet. HEX triplet: A1, 0A and CC. RGB value is (161,10,204). Sum of RGB (Red+Green+Blue) = 161+10+204=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A10ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ACC is #5EF533. Grayscale: #4C4C4C. Windows color (decimal): -6223156 or 13372065. OLE color: 13372065.

HSL color Cylindrical-coordinate representation of color #A10ACC: hue angle of 286.7º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10ACC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 10 204 -
CMYK 0.21 0.95 0 0.2
HSL 286.7º 0.91% 0.42% -
HSV(B) 286.7º 0.95% 0.8% -
XYZ 25.71 12.15 58.12 -
YUV 77.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 161 10 204 0.21 0.95 0 0.2 286.7 0.91 0.42
Hex A1 A CC 15 5F 0 14 11F 5B 2A
Octal 241 12 314 25 137 0 24 437 133 52
Binary 10100001 1010 11001100 10101 1011111 0 10100 100011111 1011011 101010

Color Harmonies of #A10ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10ACC

Black with #A10ACC

Text Example


Text Example

White with #A10ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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