Html Css Color HEX #A328E8 Blue Violet

📋 copy color: '#A328E8'

red 163 ◦ green 40 ◦ blue 232

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

Shades of Blue Violet #A328E8

Tints of Blue Violet #A328E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.33%

R = 37.47%
G = 9.2%
B = 53.33%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A328E8 (or 0xA328E8) is known color: Blue Violet. HEX triplet: A3, 28 and E8. RGB value is (163,40,232). Sum of RGB (Red+Green+Blue) = 163+40+232=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #A328E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328E8 is #5CD717. Grayscale: #626262. Windows color (decimal): -6084376 or 15214755. OLE color: 15214755.

HSL color Cylindrical-coordinate representation of color #A328E8: hue angle of 278.44º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A328E8 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 40 232 -
CMYK 0.30 0.83 0 0.09
HSL 278.44º 0.81% 0.53% -
HSV(B) 278.44º 0.83% 0.91% -
XYZ 30.43 15.13 77.66 -
YUV 98.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 163 40 232 0.30 0.83 0 0.09 278.44 0.81 0.53
Hex A3 28 E8 1E 53 0 9 116 51 35
Octal 243 50 350 36 123 0 11 426 121 65
Binary 10100011 101000 11101000 11110 1010011 0 1001 100010110 1010001 110101

Color Harmonies of #A328E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328E8

Black with #A328E8

Text Example


Text Example

White with #A328E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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