Html Css Color HEX #A328F9 Blue Violet

📋 copy color: '#A328F9'

red 163 ◦ green 40 ◦ blue 249

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

Shades of Blue Violet #A328F9

Tints of Blue Violet #A328F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 36.06%
G = 8.85%
B = 55.09%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A328F9 (or 0xA328F9) is known color: Blue Violet. HEX triplet: A3, 28 and F9. RGB value is (163,40,249). Sum of RGB (Red+Green+Blue) = 163+40+249=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #A328F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328F9 is #5CD706. Grayscale: #636363. Windows color (decimal): -6084359 or 16328867. OLE color: 16328867.

HSL color Cylindrical-coordinate representation of color #A328F9: hue angle of 275.31º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A328F9 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 40 249 -
CMYK 0.35 0.84 0 0.02
HSL 275.31º 0.95% 0.57% -
HSV(B) 275.31º 0.84% 0.98% -
XYZ 32.96 16.14 91 -
YUV 100.6 211.75 172.51 -
System Red Green Blue C M Y K H S L
Decimal 163 40 249 0.35 0.84 0 0.02 275.31 0.95 0.57
Hex A3 28 F9 23 54 0 2 113 5F 39
Octal 243 50 371 43 124 0 2 423 137 71
Binary 10100011 101000 11111001 100011 1010100 0 10 100010011 1011111 111001

Color Harmonies of #A328F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328F9

Black with #A328F9

Text Example


Text Example

White with #A328F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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