Html Css Color HEX #A328FE Blue Violet

📋 copy color: '#A328FE'

red 163 ◦ green 40 ◦ blue 254

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

Shades of Blue Violet #A328FE

Tints of Blue Violet #A328FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 35.67%
G = 8.75%
B = 55.58%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A328FE (or 0xA328FE) is known color: Blue Violet. HEX triplet: A3, 28 and FE. RGB value is (163,40,254). Sum of RGB (Red+Green+Blue) = 163+40+254=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #A328FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328FE is #5CD701. Grayscale: #646464. Windows color (decimal): -6084354 or 16656547. OLE color: 16656547.

HSL color Cylindrical-coordinate representation of color #A328FE: hue angle of 274.49º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A328FE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 40 254 -
CMYK 0.36 0.84 0 0.00
HSL 274.49º 0.99% 0.58% -
HSV(B) 274.49º 0.84% 1% -
XYZ 33.75 16.46 95.16 -
YUV 101.17 214.25 172.1 -
System Red Green Blue C M Y K H S L
Decimal 163 40 254 0.36 0.84 0 0.00 274.49 0.99 0.58
Hex A3 28 FE 24 54 0 0 112 63 3A
Octal 243 50 376 44 124 0 0 422 143 72
Binary 10100011 101000 11111110 100100 1010100 0 0 100010010 1100011 111010

Color Harmonies of #A328FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328FE

Black with #A328FE

Text Example


Text Example

White with #A328FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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