Html Css Color HEX #A10CDD Dark Violet

📋 copy color: '#A10CDD'

red 161 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #A10CDD

Tints of Dark Violet #A10CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 40.86%
G = 3.05%
B = 56.09%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A10CDD (or 0xA10CDD) is known color: Dark Violet. HEX triplet: A1, 0C and DD. RGB value is (161,12,221). Sum of RGB (Red+Green+Blue) = 161+12+221=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A10CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CDD is #5EF322. Grayscale: #4F4F4F. Windows color (decimal): -6222627 or 14486689. OLE color: 14486689.

HSL color Cylindrical-coordinate representation of color #A10CDD: hue angle of 282.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10CDD is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 12 221 -
CMYK 0.27 0.95 0 0.13
HSL 282.78º 0.9% 0.46% -
HSV(B) 282.78º 0.95% 0.87% -
XYZ 27.88 13.06 69.46 -
YUV 80.38 207.36 185.51 -
System Red Green Blue C M Y K H S L
Decimal 161 12 221 0.27 0.95 0 0.13 282.78 0.9 0.46
Hex A1 C DD 1B 5F 0 D 11B 5A 2E
Octal 241 14 335 33 137 0 15 433 132 56
Binary 10100001 1100 11011101 11011 1011111 0 1101 100011011 1011010 101110

Color Harmonies of #A10CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CDD

Black with #A10CDD

Text Example


Text Example

White with #A10CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CDD; }

 p { color: rgb(161,12,221); }

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

background-color css

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

 a { background-color: rgb(161,12,221); }

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

border-color css

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

 span { border-color: rgb(161,12,221); }

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