Html Css Color HEX #A10AE3 Dark Violet

📋 copy color: '#A10AE3'

red 161 ◦ green 10 ◦ blue 227

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

Shades of Dark Violet #A10AE3

Tints of Dark Violet #A10AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 57.04%

R = 40.45%
G = 2.51%
B = 57.04%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A10AE3 (or 0xA10AE3) is known color: Dark Violet. HEX triplet: A1, 0A and E3. RGB value is (161,10,227). Sum of RGB (Red+Green+Blue) = 161+10+227=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 227 (89.06% from 255 or 57.04% from 398); Max value from RGB is 227 - color contains mainly: blue. Hex color #A10AE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AE3 is #5EF51C. Grayscale: #4F4F4F. Windows color (decimal): -6223133 or 14879393. OLE color: 14879393.

HSL color Cylindrical-coordinate representation of color #A10AE3: hue angle of 281.75º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10AE3 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 10 227 -
CMYK 0.29 0.96 0 0.11
HSL 281.75º 0.92% 0.46% -
HSV(B) 281.75º 0.96% 0.89% -
XYZ 28.67 13.34 73.74 -
YUV 79.89 211.03 185.86 -
System Red Green Blue C M Y K H S L
Decimal 161 10 227 0.29 0.96 0 0.11 281.75 0.92 0.46
Hex A1 A E3 1D 60 0 B 11A 5C 2E
Octal 241 12 343 35 140 0 13 432 134 56
Binary 10100001 1010 11100011 11101 1100000 0 1011 100011010 1011100 101110

Color Harmonies of #A10AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10AE3

Black with #A10AE3

Text Example


Text Example

White with #A10AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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