#A328A7

Color #A328A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #A328A7

Tints of Vivid Violet #A328A7

Color information

#A328A7 (or 0xA328A7) is unknown color: approx Vivid Violet. HEX triplet: A3, 28 and A7. RGB value is (163,40,167). Sum of RGB (Red+Green+Blue) = 163+40+167=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #A328A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328A7 is #5CD758. Grayscale: #5A5A5A. Windows color (decimal): -6084441 or 10954915. OLE color: 10954915.

HSL color Cylindrical-coordinate representation of color #A328A7: hue angle of 298.11º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A328A7 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16340167-
CMYK0.020.7600.35
HSL298.11º61.35%40.59%-
HSV(B)298.11º76.05%65.49%-
XYZ22.8412.0937.69-
YUV91.25170.75179.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 40 (16.02% from 255) = 10.81%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=44.05%
G=10.81%
B=45.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163401670.020.7600.35298.1161.3540.59
HexA328A724C02312a3d29
Octal2435024721140434527551
Binary10100011101000101001111010011000100011100101010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A328A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A328A7; }

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

 H1.HeaderClassName
 {
   color: #A328A7;
 }
 .AnyTagClassName
 {
   color: #A328A7;
 }
</style>
background-color css

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

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

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

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

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

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