Html Css Color HEX #A228EE Blue Violet

📋 copy color: '#A228EE'

red 162 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #A228EE

Tints of Blue Violet #A228EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

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

R = 36.82%
G = 9.09%
B = 54.09%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A228EE (or 0xA228EE) is known color: Blue Violet. HEX triplet: A2, 28 and EE. RGB value is (162,40,238). Sum of RGB (Red+Green+Blue) = 162+40+238=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #A228EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A228EE is #5DD711. Grayscale: #626262. Windows color (decimal): -6149906 or 15607970. OLE color: 15607970.

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

Color convert

RGB 162 40 238 -
CMYK 0.32 0.83 0 0.07
HSL 276.97º 0.85% 0.55% -
HSV(B) 276.97º 0.83% 0.93% -
XYZ 31.09 15.37 82.22 -
YUV 99.05 206.42 172.9 -
System Red Green Blue C M Y K H S L
Decimal 162 40 238 0.32 0.83 0 0.07 276.97 0.85 0.55
Hex A2 28 EE 20 53 0 7 115 55 37
Octal 242 50 356 40 123 0 7 425 125 67
Binary 10100010 101000 11101110 100000 1010011 0 111 100010101 1010101 110111

Color Harmonies of #A228EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A228EE

Black with #A228EE

Text Example


Text Example

White with #A228EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A228EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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