Html Css Color HEX #A320F9 Blue Violet

📋 copy color: '#A320F9'

red 163 ◦ green 32 ◦ blue 249

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

Shades of Blue Violet #A320F9

Tints of Blue Violet #A320F9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.21%

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

R = 36.71%
G = 7.21%
B = 56.08%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A320F9 (or 0xA320F9) is known color: Blue Violet. HEX triplet: A3, 20 and F9. RGB value is (163,32,249). Sum of RGB (Red+Green+Blue) = 163+32+249=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #A320F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A320F9 is #5CDF06. Grayscale: #5F5F5F. Windows color (decimal): -6086407 or 16326819. OLE color: 16326819.

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

Color convert

RGB 163 32 249 -
CMYK 0.35 0.87 0 0.02
HSL 276.22º 0.95% 0.55% -
HSV(B) 276.22º 0.87% 0.98% -
XYZ 32.72 15.66 90.92 -
YUV 95.91 214.4 175.86 -
System Red Green Blue C M Y K H S L
Decimal 163 32 249 0.35 0.87 0 0.02 276.22 0.95 0.55
Hex A3 20 F9 23 57 0 2 114 5F 37
Octal 243 40 371 43 127 0 2 424 137 67
Binary 10100011 100000 11111001 100011 1010111 0 10 100010100 1011111 110111

Color Harmonies of #A320F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320F9

Black with #A320F9

Text Example


Text Example

White with #A320F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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