#A432F7

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

Shades of Blue Violet #A432F7

Tints of Blue Violet #A432F7

Color information

#A432F7 (or 0xA432F7) is unknown color: approx Blue Violet. HEX triplet: A4, 32 and F7. RGB value is (164,50,247). Sum of RGB (Red+Green+Blue) = 164+50+247=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #A432F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A432F7 is #5BCD08. Grayscale: #696969. Windows color (decimal): -6016265 or 16200356. OLE color: 16200356.

HSL color Cylindrical-coordinate representation of color #A432F7: hue angle of 274.72º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A432F7 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16450247-
CMYK0.340.8000.03
HSL274.72º92.49%58.24%-
HSV(B)274.72º79.76%96.86%-
XYZ33.2416.8989.5-
YUV106.54207.27168.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 50 (19.92% from 255) = 10.85%
BLUE value IS 247 (96.88% from 255) = 53.58%
R=35.57%
G=10.85%
B=53.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal164502470.340.8000.03274.7292.4958.24
HexA432F72250031135c3a
Octal24462367421200342313472
Binary101001001100101111011110001010100000111000100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432F7; }

 p { color: rgb(164,50,247); }

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

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

 a { background-color: rgb(164,50,247); }

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

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

 span { border-color: rgb(164,50,247); }

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