Html Css Color HEX #A327FC Blue Violet

📋 copy color: '#A327FC'

red 163 ◦ green 39 ◦ blue 252

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

Shades of Blue Violet #A327FC

Tints of Blue Violet #A327FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 35.9%
G = 8.59%
B = 55.51%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A327FC (or 0xA327FC) is known color: Blue Violet. HEX triplet: A3, 27 and FC. RGB value is (163,39,252). Sum of RGB (Red+Green+Blue) = 163+39+252=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #A327FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A327FC is #5CD803. Grayscale: #636363. Windows color (decimal): -6084612 or 16525219. OLE color: 16525219.

HSL color Cylindrical-coordinate representation of color #A327FC: hue angle of 274.93º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A327FC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 39 252 -
CMYK 0.35 0.85 0 0.01
HSL 274.93º 0.97% 0.57% -
HSV(B) 274.93º 0.85% 0.99% -
XYZ 33.4 16.27 93.47 -
YUV 100.36 213.58 172.68 -
System Red Green Blue C M Y K H S L
Decimal 163 39 252 0.35 0.85 0 0.01 274.93 0.97 0.57
Hex A3 27 FC 23 55 0 1 113 61 39
Octal 243 47 374 43 125 0 1 423 141 71
Binary 10100011 100111 11111100 100011 1010101 0 1 100010011 1100001 111001

Color Harmonies of #A327FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327FC

Black with #A327FC

Text Example


Text Example

White with #A327FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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