Html Css Color HEX #A320EE Blue Violet

📋 copy color: '#A320EE'

red 163 ◦ green 32 ◦ blue 238

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

Shades of Blue Violet #A320EE

Tints of Blue Violet #A320EE

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

 GREEN value IS 32 (12.89% from 255) = 7.39%

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

R = 37.64%
G = 7.39%
B = 54.97%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A320EE (or 0xA320EE) is known color: Blue Violet. HEX triplet: A3, 20 and EE. RGB value is (163,32,238). Sum of RGB (Red+Green+Blue) = 163+32+238=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 32 (12.89% from 255 or 7.39% 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 #A320EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A320EE is #5CDF11. Grayscale: #5D5D5D. Windows color (decimal): -6086418 or 15605923. OLE color: 15605923.

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

Color convert

RGB 163 32 238 -
CMYK 0.32 0.87 0 0.07
HSL 278.16º 0.86% 0.53% -
HSV(B) 278.16º 0.87% 0.93% -
XYZ 31.05 14.99 82.15 -
YUV 94.65 208.9 176.75 -
System Red Green Blue C M Y K H S L
Decimal 163 32 238 0.32 0.87 0 0.07 278.16 0.86 0.53
Hex A3 20 EE 20 57 0 7 116 56 35
Octal 243 40 356 40 127 0 7 426 126 65
Binary 10100011 100000 11101110 100000 1010111 0 111 100010110 1010110 110101

Color Harmonies of #A320EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320EE

Black with #A320EE

Text Example


Text Example

White with #A320EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320EE; }

 p { color: rgb(163,32,238); }

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

background-color css

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

 a { background-color: rgb(163,32,238); }

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

border-color css

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

 span { border-color: rgb(163,32,238); }

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