Html Css Color HEX #A110ED Dark Violet

📋 copy color: '#A110ED'

red 161 ◦ green 16 ◦ blue 237

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

Shades of Dark Violet #A110ED

Tints of Dark Violet #A110ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 38.89%
G = 3.86%
B = 57.25%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A110ED (or 0xA110ED) is known color: Dark Violet. HEX triplet: A1, 10 and ED. RGB value is (161,16,237). Sum of RGB (Red+Green+Blue) = 161+16+237=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #A110ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110ED is #5EEF12. Grayscale: #535353. Windows color (decimal): -6221587 or 15536289. OLE color: 15536289.

HSL color Cylindrical-coordinate representation of color #A110ED: hue angle of 279.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A110ED is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 16 237 -
CMYK 0.32 0.93 0 0.07
HSL 279.37º 0.87% 0.5% -
HSV(B) 279.37º 0.93% 0.93% -
XYZ 30.17 14.06 81.24 -
YUV 84.55 214.04 182.53 -
System Red Green Blue C M Y K H S L
Decimal 161 16 237 0.32 0.93 0 0.07 279.37 0.87 0.5
Hex A1 10 ED 20 5D 0 7 117 57 32
Octal 241 20 355 40 135 0 7 427 127 62
Binary 10100001 10000 11101101 100000 1011101 0 111 100010111 1010111 110010

Color Harmonies of #A110ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A110ED

Black with #A110ED

Text Example


Text Example

White with #A110ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A110ED; }

 p { color: rgb(161,16,237); }

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

background-color css

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

 a { background-color: rgb(161,16,237); }

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

border-color css

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

 span { border-color: rgb(161,16,237); }

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