Html Css Color HEX #A221EE Blue Violet

📋 copy color: '#A221EE'

red 162 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #A221EE

Tints of Blue Violet #A221EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 37.41%
G = 7.62%
B = 54.97%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A221EE (or 0xA221EE) is known color: Blue Violet. HEX triplet: A2, 21 and EE. RGB value is (162,33,238). Sum of RGB (Red+Green+Blue) = 162+33+238=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #A221EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A221EE is #5DDE11. Grayscale: #5E5E5E. Windows color (decimal): -6151698 or 15606178. OLE color: 15606178.

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

Color convert

RGB 162 33 238 -
CMYK 0.32 0.86 0 0.07
HSL 277.76º 0.86% 0.53% -
HSV(B) 277.76º 0.86% 0.93% -
XYZ 30.88 14.94 82.15 -
YUV 94.94 208.74 175.83 -
System Red Green Blue C M Y K H S L
Decimal 162 33 238 0.32 0.86 0 0.07 277.76 0.86 0.53
Hex A2 21 EE 20 56 0 7 116 56 35
Octal 242 41 356 40 126 0 7 426 126 65
Binary 10100010 100001 11101110 100000 1010110 0 111 100010110 1010110 110101

Color Harmonies of #A221EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221EE

Black with #A221EE

Text Example


Text Example

White with #A221EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221EE; }

 p { color: rgb(162,33,238); }

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

background-color css

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

 a { background-color: rgb(162,33,238); }

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

border-color css

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

 span { border-color: rgb(162,33,238); }

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