Html Css Color HEX #A227EE Blue Violet

📋 copy color: '#A227EE'

red 162 ◦ green 39 ◦ blue 238

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

Shades of Blue Violet #A227EE

Tints of Blue Violet #A227EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.88%

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

R = 36.9%
G = 8.88%
B = 54.21%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A227EE (or 0xA227EE) is known color: Blue Violet. HEX triplet: A2, 27 and EE. RGB value is (162,39,238). Sum of RGB (Red+Green+Blue) = 162+39+238=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #A227EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A227EE is #5DD811. Grayscale: #616161. Windows color (decimal): -6150162 or 15607714. OLE color: 15607714.

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

Color convert

RGB 162 39 238 -
CMYK 0.32 0.84 0 0.07
HSL 277.09º 0.85% 0.54% -
HSV(B) 277.09º 0.84% 0.93% -
XYZ 31.06 15.31 82.21 -
YUV 98.46 206.75 173.32 -
System Red Green Blue C M Y K H S L
Decimal 162 39 238 0.32 0.84 0 0.07 277.09 0.85 0.54
Hex A2 27 EE 20 54 0 7 115 55 36
Octal 242 47 356 40 124 0 7 425 125 66
Binary 10100010 100111 11101110 100000 1010100 0 111 100010101 1010101 110110

Color Harmonies of #A227EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227EE

Black with #A227EE

Text Example


Text Example

White with #A227EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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