Html Css Color HEX #A328FF Blue Violet

📋 copy color: '#A328FF'

red 163 ◦ green 40 ◦ blue 255

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

Shades of Blue Violet #A328FF

Tints of Blue Violet #A328FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 35.59%
G = 8.73%
B = 55.68%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A328FF (or 0xA328FF) is known color: Blue Violet. HEX triplet: A3, 28 and FF. RGB value is (163,40,255). Sum of RGB (Red+Green+Blue) = 163+40+255=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #A328FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328FF is #5CD700. Grayscale: #646464. Windows color (decimal): -6084353 or 16722083. OLE color: 16722083.

HSL color Cylindrical-coordinate representation of color #A328FF: hue angle of 274.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A328FF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 40 255 -
CMYK 0.36 0.84 0 0
HSL 274.33º 1% 0.58% -
HSV(B) 274.33º 0.84% 1% -
XYZ 33.91 16.52 96.01 -
YUV 101.29 214.75 172.02 -
System Red Green Blue C M Y K H S L
Decimal 163 40 255 0.36 0.84 0 0 274.33 1 0.58
Hex A3 28 FF 24 54 0 0 112 64 3A
Octal 243 50 377 44 124 0 0 422 144 72
Binary 10100011 101000 11111111 100100 1010100 0 0 100010010 1100100 111010

Color Harmonies of #A328FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328FF

Black with #A328FF

Text Example


Text Example

White with #A328FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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