Html Css Color HEX #A115F1 Blue Violet

📋 copy color: '#A115F1'

red 161 ◦ green 21 ◦ blue 241

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

Shades of Blue Violet #A115F1

Tints of Blue Violet #A115F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

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

R = 38.06%
G = 4.96%
B = 56.97%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A115F1 (or 0xA115F1) is known color: Blue Violet. HEX triplet: A1, 15 and F1. RGB value is (161,21,241). Sum of RGB (Red+Green+Blue) = 161+21+241=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #A115F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115F1 is #5EEA0E. Grayscale: #575757. Windows color (decimal): -6220303 or 15799713. OLE color: 15799713.

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

Color convert

RGB 161 21 241 -
CMYK 0.33 0.91 0 0.05
HSL 278.18º 0.89% 0.51% -
HSV(B) 278.18º 0.91% 0.95% -
XYZ 30.84 14.46 84.39 -
YUV 87.94 214.38 180.11 -
System Red Green Blue C M Y K H S L
Decimal 161 21 241 0.33 0.91 0 0.05 278.18 0.89 0.51
Hex A1 15 F1 21 5B 0 5 116 59 33
Octal 241 25 361 41 133 0 5 426 131 63
Binary 10100001 10101 11110001 100001 1011011 0 101 100010110 1011001 110011

Color Harmonies of #A115F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115F1

Black with #A115F1

Text Example


Text Example

White with #A115F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115F1; }

 p { color: rgb(161,21,241); }

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

background-color css

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

 a { background-color: rgb(161,21,241); }

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

border-color css

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

 span { border-color: rgb(161,21,241); }

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