Html Css Color HEX #A321ED Blue Violet

📋 copy color: '#A321ED'

red 163 ◦ green 33 ◦ blue 237

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

Shades of Blue Violet #A321ED

Tints of Blue Violet #A321ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 37.64%
G = 7.62%
B = 54.73%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A321ED (or 0xA321ED) is known color: Blue Violet. HEX triplet: A3, 21 and ED. RGB value is (163,33,237). Sum of RGB (Red+Green+Blue) = 163+33+237=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #A321ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321ED is #5CDE12. Grayscale: #5E5E5E. Windows color (decimal): -6086163 or 15540643. OLE color: 15540643.

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

Color convert

RGB 163 33 237 -
CMYK 0.31 0.86 0 0.07
HSL 278.24º 0.85% 0.53% -
HSV(B) 278.24º 0.86% 0.93% -
XYZ 30.93 14.99 81.38 -
YUV 95.13 208.07 176.41 -
System Red Green Blue C M Y K H S L
Decimal 163 33 237 0.31 0.86 0 0.07 278.24 0.85 0.53
Hex A3 21 ED 1F 56 0 7 116 55 35
Octal 243 41 355 37 126 0 7 426 125 65
Binary 10100011 100001 11101101 11111 1010110 0 111 100010110 1010101 110101

Color Harmonies of #A321ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321ED

Black with #A321ED

Text Example


Text Example

White with #A321ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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