Html Css Color HEX #A328FD Blue Violet

📋 copy color: '#A328FD'

red 163 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #A328FD

Tints of Blue Violet #A328FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 35.75%
G = 8.77%
B = 55.48%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A328FD (or 0xA328FD) is known color: Blue Violet. HEX triplet: A3, 28 and FD. RGB value is (163,40,253). Sum of RGB (Red+Green+Blue) = 163+40+253=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #A328FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328FD is #5CD702. Grayscale: #646464. Windows color (decimal): -6084355 or 16591011. OLE color: 16591011.

HSL color Cylindrical-coordinate representation of color #A328FD: hue angle of 274.65º degrees, saturation: 0.98, 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 #A328FD is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 40 253 -
CMYK 0.36 0.84 0 0.01
HSL 274.65º 0.98% 0.57% -
HSV(B) 274.65º 0.84% 0.99% -
XYZ 33.59 16.4 94.32 -
YUV 101.06 213.75 172.18 -
System Red Green Blue C M Y K H S L
Decimal 163 40 253 0.36 0.84 0 0.01 274.65 0.98 0.57
Hex A3 28 FD 24 54 0 1 113 62 39
Octal 243 50 375 44 124 0 1 423 142 71
Binary 10100011 101000 11111101 100100 1010100 0 1 100010011 1100010 111001

Color Harmonies of #A328FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328FD

Black with #A328FD

Text Example


Text Example

White with #A328FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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