Html Css Color HEX #A10CD4 Dark Violet

📋 copy color: '#A10CD4'

red 161 ◦ green 12 ◦ blue 212

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

Shades of Dark Violet #A10CD4

Tints of Dark Violet #A10CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 55.06%

R = 41.82%
G = 3.12%
B = 55.06%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A10CD4 (or 0xA10CD4) is known color: Dark Violet. HEX triplet: A1, 0C and D4. RGB value is (161,12,212). Sum of RGB (Red+Green+Blue) = 161+12+212=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #A10CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CD4 is #5EF32B. Grayscale: #4E4E4E. Windows color (decimal): -6222636 or 13896865. OLE color: 13896865.

HSL color Cylindrical-coordinate representation of color #A10CD4: hue angle of 284.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CD4 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 12 212 -
CMYK 0.24 0.94 0 0.17
HSL 284.7º 0.89% 0.44% -
HSV(B) 284.7º 0.94% 0.83% -
XYZ 26.71 12.59 63.31 -
YUV 79.35 202.86 186.24 -
System Red Green Blue C M Y K H S L
Decimal 161 12 212 0.24 0.94 0 0.17 284.7 0.89 0.44
Hex A1 C D4 18 5E 0 11 11D 59 2C
Octal 241 14 324 30 136 0 21 435 131 54
Binary 10100001 1100 11010100 11000 1011110 0 10001 100011101 1011001 101100

Color Harmonies of #A10CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CD4

Black with #A10CD4

Text Example


Text Example

White with #A10CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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