Html Css Color HEX #A321EE Blue Violet

📋 copy color: '#A321EE'

red 163 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #A321EE

Tints of Blue Violet #A321EE

RGB

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

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

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

R = 37.56%
G = 7.6%
B = 54.84%

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

#A321EE (or 0xA321EE) is known color: Blue Violet. HEX triplet: A3, 21 and EE. RGB value is (163,33,238). Sum of RGB (Red+Green+Blue) = 163+33+238=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #A321EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321EE is #5CDE11. Grayscale: #5E5E5E. Windows color (decimal): -6086162 or 15606179. OLE color: 15606179.

HSL color Cylindrical-coordinate representation of color #A321EE: hue angle of 278.05º 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 #A321EE is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 33 238 -
CMYK 0.32 0.86 0 0.07
HSL 278.05º 0.86% 0.53% -
HSV(B) 278.05º 0.86% 0.93% -
XYZ 31.08 15.05 82.16 -
YUV 95.24 208.57 176.33 -
System Red Green Blue C M Y K H S L
Decimal 163 33 238 0.32 0.86 0 0.07 278.05 0.86 0.53
Hex A3 21 EE 20 56 0 7 116 56 35
Octal 243 41 356 40 126 0 7 426 126 65
Binary 10100011 100001 11101110 100000 1010110 0 111 100010110 1010110 110101

Color Harmonies of #A321EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321EE

Black with #A321EE

Text Example


Text Example

White with #A321EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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