Html Css Color HEX #A328FC Blue Violet

📋 copy color: '#A328FC'

red 163 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #A328FC

Tints of Blue Violet #A328FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

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

R = 35.82%
G = 8.79%
B = 55.38%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A328FC (or 0xA328FC) is known color: Blue Violet. HEX triplet: A3, 28 and FC. RGB value is (163,40,252). Sum of RGB (Red+Green+Blue) = 163+40+252=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #A328FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328FC is #5CD703. Grayscale: #646464. Windows color (decimal): -6084356 or 16525475. OLE color: 16525475.

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

Color convert

RGB 163 40 252 -
CMYK 0.35 0.84 0 0.01
HSL 274.81º 0.97% 0.57% -
HSV(B) 274.81º 0.84% 0.99% -
XYZ 33.43 16.33 93.49 -
YUV 100.95 213.25 172.26 -
System Red Green Blue C M Y K H S L
Decimal 163 40 252 0.35 0.84 0 0.01 274.81 0.97 0.57
Hex A3 28 FC 23 54 0 1 113 61 39
Octal 243 50 374 43 124 0 1 423 141 71
Binary 10100011 101000 11111100 100011 1010100 0 1 100010011 1100001 111001

Color Harmonies of #A328FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328FC

Black with #A328FC

Text Example


Text Example

White with #A328FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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