#A32FA7

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

Shades of Vivid Violet #A32FA7

Tints of Vivid Violet #A32FA7

Color information

#A32FA7 (or 0xA32FA7) is unknown color: approx Vivid Violet. HEX triplet: A3, 2F and A7. RGB value is (163,47,167). Sum of RGB (Red+Green+Blue) = 163+47+167=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #A32FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32FA7 is #5CD058. Grayscale: #5F5F5F. Windows color (decimal): -6082649 or 10956707. OLE color: 10956707.

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

Color convert

RGB16347167-
CMYK0.020.7200.35
HSL298º56.07%41.96%-
HSV(B)298º71.86%65.49%-
XYZ23.112.6137.78-
YUV95.36168.43176.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 167 (65.62% from 255) = 44.30%
R=43.24%
G=12.47%
B=44.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163471670.020.7200.3529856.0741.96
HexA32FA724802312a382a
Octal2435724721100434527052
Binary10100011101111101001111010010000100011100101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32FA7; }

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

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

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

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

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

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

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

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