Html Css Color HEX #A010F1 Dark Violet

📋 copy color: '#A010F1'

red 160 ◦ green 16 ◦ blue 241

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

Shades of Dark Violet #A010F1

Tints of Dark Violet #A010F1

RGB

 RED value IS 160 (62.89% from 255) = 38.37%

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

 BLUE value IS 241 (94.53% from 255) = 57.79%

R = 38.37%
G = 3.84%
B = 57.79%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A010F1 (or 0xA010F1) is known color: Dark Violet. HEX triplet: A0, 10 and F1. RGB value is (160,16,241). Sum of RGB (Red+Green+Blue) = 160+16+241=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #A010F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010F1 is #5FEF0E. Grayscale: #535353. Windows color (decimal): -6287119 or 15798432. OLE color: 15798432.

HSL color Cylindrical-coordinate representation of color #A010F1: hue angle of 278.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010F1 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 16 241 -
CMYK 0.34 0.93 0 0.05
HSL 278.4º 0.89% 0.5% -
HSV(B) 278.4º 0.93% 0.95% -
XYZ 30.56 14.2 84.35 -
YUV 84.71 216.21 181.7 -
System Red Green Blue C M Y K H S L
Decimal 160 16 241 0.34 0.93 0 0.05 278.4 0.89 0.5
Hex A0 10 F1 22 5D 0 5 116 59 32
Octal 240 20 361 42 135 0 5 426 131 62
Binary 10100000 10000 11110001 100010 1011101 0 101 100010110 1011001 110010

Color Harmonies of #A010F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010F1

Black with #A010F1

Text Example


Text Example

White with #A010F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010F1; }

 p { color: rgb(160,16,241); }

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

background-color css

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

 a { background-color: rgb(160,16,241); }

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

border-color css

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

 span { border-color: rgb(160,16,241); }

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