Html Css Color HEX #A324FA Blue Violet

📋 copy color: '#A324FA'

red 163 ◦ green 36 ◦ blue 250

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

Shades of Blue Violet #A324FA

Tints of Blue Violet #A324FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 36.3%
G = 8.02%
B = 55.68%

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

#A324FA (or 0xA324FA) is known color: Blue Violet. HEX triplet: A3, 24 and FA. RGB value is (163,36,250). Sum of RGB (Red+Green+Blue) = 163+36+250=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #A324FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A324FA is #5CDB05. Grayscale: #616161. Windows color (decimal): -6085382 or 16393379. OLE color: 16393379.

HSL color Cylindrical-coordinate representation of color #A324FA: hue angle of 275.61º degrees, saturation: 0.96, 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 #A324FA is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 36 250 -
CMYK 0.35 0.86 0 0.02
HSL 275.61º 0.96% 0.56% -
HSV(B) 275.61º 0.86% 0.98% -
XYZ 32.99 15.95 91.78 -
YUV 98.37 213.58 174.1 -
System Red Green Blue C M Y K H S L
Decimal 163 36 250 0.35 0.86 0 0.02 275.61 0.96 0.56
Hex A3 24 FA 23 56 0 2 114 60 38
Octal 243 44 372 43 126 0 2 424 140 70
Binary 10100011 100100 11111010 100011 1010110 0 10 100010100 1100000 111000

Color Harmonies of #A324FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324FA

Black with #A324FA

Text Example


Text Example

White with #A324FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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