Html Css Color HEX #A324F9 Blue Violet

📋 copy color: '#A324F9'

red 163 ◦ green 36 ◦ blue 249

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

Shades of Blue Violet #A324F9

Tints of Blue Violet #A324F9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.04%

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

R = 36.38%
G = 8.04%
B = 55.58%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A324F9 (or 0xA324F9) is known color: Blue Violet. HEX triplet: A3, 24 and F9. RGB value is (163,36,249). Sum of RGB (Red+Green+Blue) = 163+36+249=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #A324F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A324F9 is #5CDB06. Grayscale: #616161. Windows color (decimal): -6085383 or 16327843. OLE color: 16327843.

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

Color convert

RGB 163 36 249 -
CMYK 0.35 0.86 0 0.02
HSL 275.77º 0.95% 0.56% -
HSV(B) 275.77º 0.86% 0.98% -
XYZ 32.83 15.89 90.96 -
YUV 98.26 213.08 174.18 -
System Red Green Blue C M Y K H S L
Decimal 163 36 249 0.35 0.86 0 0.02 275.77 0.95 0.56
Hex A3 24 F9 23 56 0 2 114 5F 38
Octal 243 44 371 43 126 0 2 424 137 70
Binary 10100011 100100 11111001 100011 1010110 0 10 100010100 1011111 111000

Color Harmonies of #A324F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324F9

Black with #A324F9

Text Example


Text Example

White with #A324F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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