Html Css Color HEX #A215F1 Blue Violet

📋 copy color: '#A215F1'

red 162 ◦ green 21 ◦ blue 241

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

Shades of Blue Violet #A215F1

Tints of Blue Violet #A215F1

RGB

 RED value IS 162 (63.67% from 255) = 38.21%

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

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

R = 38.21%
G = 4.95%
B = 56.84%

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

#A215F1 (or 0xA215F1) is known color: Blue Violet. HEX triplet: A2, 15 and F1. RGB value is (162,21,241). Sum of RGB (Red+Green+Blue) = 162+21+241=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #A215F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A215F1 is #5DEA0E. Grayscale: #575757. Windows color (decimal): -6154767 or 15799714. OLE color: 15799714.

HSL color Cylindrical-coordinate representation of color #A215F1: hue angle of 278.45º 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 #A215F1 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 21 241 -
CMYK 0.33 0.91 0 0.05
HSL 278.45º 0.89% 0.51% -
HSV(B) 278.45º 0.91% 0.95% -
XYZ 31.05 14.57 84.39 -
YUV 88.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 162 21 241 0.33 0.91 0 0.05 278.45 0.89 0.51
Hex A2 15 F1 21 5B 0 5 116 59 33
Octal 242 25 361 41 133 0 5 426 131 63
Binary 10100010 10101 11110001 100001 1011011 0 101 100010110 1011001 110011

Color Harmonies of #A215F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215F1

Black with #A215F1

Text Example


Text Example

White with #A215F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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