Html Css Color HEX #A321EB Blue Violet

📋 copy color: '#A321EB'

red 163 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #A321EB

Tints of Blue Violet #A321EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 37.82%
G = 7.66%
B = 54.52%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A321EB (or 0xA321EB) is known color: Blue Violet. HEX triplet: A3, 21 and EB. RGB value is (163,33,235). Sum of RGB (Red+Green+Blue) = 163+33+235=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #A321EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321EB is #5CDE14. Grayscale: #5E5E5E. Windows color (decimal): -6086165 or 15409571. OLE color: 15409571.

HSL color Cylindrical-coordinate representation of color #A321EB: hue angle of 278.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A321EB is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 33 235 -
CMYK 0.31 0.86 0 0.08
HSL 278.61º 0.83% 0.53% -
HSV(B) 278.61º 0.86% 0.92% -
XYZ 30.64 14.87 79.85 -
YUV 94.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 163 33 235 0.31 0.86 0 0.08 278.61 0.83 0.53
Hex A3 21 EB 1F 56 0 8 117 53 35
Octal 243 41 353 37 126 0 10 427 123 65
Binary 10100011 100001 11101011 11111 1010110 0 1000 100010111 1010011 110101

Color Harmonies of #A321EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321EB

Black with #A321EB

Text Example


Text Example

White with #A321EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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