Html Css Color HEX #A328F1 Blue Violet

📋 copy color: '#A328F1'

red 163 ◦ green 40 ◦ blue 241

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

Shades of Blue Violet #A328F1

Tints of Blue Violet #A328F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.28%

R = 36.71%
G = 9.01%
B = 54.28%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A328F1 (or 0xA328F1) is known color: Blue Violet. HEX triplet: A3, 28 and F1. RGB value is (163,40,241). Sum of RGB (Red+Green+Blue) = 163+40+241=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #A328F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328F1 is #5CD70E. Grayscale: #636363. Windows color (decimal): -6084367 or 15804579. OLE color: 15804579.

HSL color Cylindrical-coordinate representation of color #A328F1: hue angle of 276.72º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A328F1 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 40 241 -
CMYK 0.32 0.83 0 0.05
HSL 276.72º 0.88% 0.55% -
HSV(B) 276.72º 0.83% 0.95% -
XYZ 31.74 15.65 84.57 -
YUV 99.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 163 40 241 0.32 0.83 0 0.05 276.72 0.88 0.55
Hex A3 28 F1 20 53 0 5 115 58 37
Octal 243 50 361 40 123 0 5 425 130 67
Binary 10100011 101000 11110001 100000 1010011 0 101 100010101 1011000 110111

Color Harmonies of #A328F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328F1

Black with #A328F1

Text Example


Text Example

White with #A328F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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