Html Css Color HEX #A321EA Blue Violet

📋 copy color: '#A321EA'

red 163 ◦ green 33 ◦ blue 234

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

Shades of Blue Violet #A321EA

Tints of Blue Violet #A321EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 37.91%
G = 7.67%
B = 54.42%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A321EA (or 0xA321EA) is known color: Blue Violet. HEX triplet: A3, 21 and EA. RGB value is (163,33,234). Sum of RGB (Red+Green+Blue) = 163+33+234=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #A321EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321EA is #5CDE15. Grayscale: #5E5E5E. Windows color (decimal): -6086166 or 15344035. OLE color: 15344035.

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

Color convert

RGB 163 33 234 -
CMYK 0.30 0.86 0 0.08
HSL 278.81º 0.83% 0.52% -
HSV(B) 278.81º 0.86% 0.92% -
XYZ 30.5 14.81 79.09 -
YUV 94.78 206.57 176.66 -
System Red Green Blue C M Y K H S L
Decimal 163 33 234 0.30 0.86 0 0.08 278.81 0.83 0.52
Hex A3 21 EA 1E 56 0 8 117 53 34
Octal 243 41 352 36 126 0 10 427 123 64
Binary 10100011 100001 11101010 11110 1010110 0 1000 100010111 1010011 110100

Color Harmonies of #A321EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321EA

Black with #A321EA

Text Example


Text Example

White with #A321EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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