Html Css Color HEX #A327F9 Blue Violet

📋 copy color: '#A327F9'

red 163 ◦ green 39 ◦ blue 249

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

Shades of Blue Violet #A327F9

Tints of Blue Violet #A327F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.65%

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

R = 36.14%
G = 8.65%
B = 55.21%

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

#A327F9 (or 0xA327F9) is known color: Blue Violet. HEX triplet: A3, 27 and F9. RGB value is (163,39,249). Sum of RGB (Red+Green+Blue) = 163+39+249=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #A327F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327F9 is #5CD806. Grayscale: #636363. Windows color (decimal): -6084615 or 16328611. OLE color: 16328611.

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

Color convert

RGB 163 39 249 -
CMYK 0.35 0.84 0 0.02
HSL 275.43º 0.95% 0.56% -
HSV(B) 275.43º 0.84% 0.98% -
XYZ 32.93 16.08 90.99 -
YUV 100.02 212.08 172.92 -
System Red Green Blue C M Y K H S L
Decimal 163 39 249 0.35 0.84 0 0.02 275.43 0.95 0.56
Hex A3 27 F9 23 54 0 2 113 5F 38
Octal 243 47 371 43 124 0 2 423 137 70
Binary 10100011 100111 11111001 100011 1010100 0 10 100010011 1011111 111000

Color Harmonies of #A327F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327F9

Black with #A327F9

Text Example


Text Example

White with #A327F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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