#A452A1

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

Shades of Violet Blue #A452A1

Tints of Violet Blue #A452A1

Color information

#A452A1 (or 0xA452A1) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and A1. RGB value is (164,82,161). Sum of RGB (Red+Green+Blue) = 164+82+161=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A452A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452A1 is #5BAD5E. Grayscale: #737373. Windows color (decimal): -6008159 or 10572452. OLE color: 10572452.

HSL color Cylindrical-coordinate representation of color #A452A1: hue angle of 302.2º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A452A1 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16482161-
CMYK00.50.020.36
HSL302.2º33.33%48.24%-
HSV(B)302.2º50%64.31%-
XYZ24.7616.535.6-
YUV115.52153.67162.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=40.29%
G=20.15%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648216100.50.020.36302.233.3348.24
HexA452A103222412e2130
Octal2441222410622444564160
Binary10100100101001010100001011001010100100100101110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452A1; }

 p { color: rgb(164,82,161); }

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

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

 a { background-color: rgb(164,82,161); }

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

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

 span { border-color: rgb(164,82,161); }

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