Html Css Color HEX #A328EB Blue Violet

📋 copy color: '#A328EB'

red 163 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #A328EB

Tints of Blue Violet #A328EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.13%

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

R = 37.21%
G = 9.13%
B = 53.65%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A328EB (or 0xA328EB) is known color: Blue Violet. HEX triplet: A3, 28 and EB. RGB value is (163,40,235). Sum of RGB (Red+Green+Blue) = 163+40+235=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #A328EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328EB is #5CD714. Grayscale: #626262. Windows color (decimal): -6084373 or 15411363. OLE color: 15411363.

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

Color convert

RGB 163 40 235 -
CMYK 0.31 0.83 0 0.08
HSL 277.85º 0.83% 0.54% -
HSV(B) 277.85º 0.83% 0.92% -
XYZ 30.86 15.3 79.92 -
YUV 99.01 204.75 173.64 -
System Red Green Blue C M Y K H S L
Decimal 163 40 235 0.31 0.83 0 0.08 277.85 0.83 0.54
Hex A3 28 EB 1F 53 0 8 116 53 36
Octal 243 50 353 37 123 0 10 426 123 66
Binary 10100011 101000 11101011 11111 1010011 0 1000 100010110 1010011 110110

Color Harmonies of #A328EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328EB

Black with #A328EB

Text Example


Text Example

White with #A328EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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