#A432EB

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

Shades of Blue Violet #A432EB

Tints of Blue Violet #A432EB

Color information

#A432EB (or 0xA432EB) is unknown color: approx Blue Violet. HEX triplet: A4, 32 and EB. RGB value is (164,50,235). Sum of RGB (Red+Green+Blue) = 164+50+235=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #A432EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A432EB is #5BCD14. Grayscale: #686868. Windows color (decimal): -6016277 or 15413924. OLE color: 15413924.

HSL color Cylindrical-coordinate representation of color #A432EB: hue angle of 276.97º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A432EB is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16450235-
CMYK0.300.7900.08
HSL276.97º82.22%55.88%-
HSV(B)276.97º78.72%92.16%-
XYZ31.4516.1780.06-
YUV105.18201.27169.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 50 (19.92% from 255) = 11.14%
BLUE value IS 235 (92.19% from 255) = 52.34%
R=36.53%
G=11.14%
B=52.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164502350.300.7900.08276.9782.2255.88
HexA432EB1E4F081155238
Octal244623533611701042512270
Binary1010010011001011101011111101001111010001000101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A432EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A432EB; }

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

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

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

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

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

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

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

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