#A452AE

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

Shades of Violet Blue #A452AE

Tints of Violet Blue #A452AE

Color information

#A452AE (or 0xA452AE) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and AE. RGB value is (164,82,174). Sum of RGB (Red+Green+Blue) = 164+82+174=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #A452AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452AE is #5BAD51. Grayscale: #747474. Windows color (decimal): -6008146 or 11424420. OLE color: 11424420.

HSL color Cylindrical-coordinate representation of color #A452AE: hue angle of 293.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A452AE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16482174-
CMYK0.060.5300.32
HSL293.48º36.22%50.2%-
HSV(B)293.48º52.87%68.24%-
XYZ25.9716.9841.95-
YUV117.01160.17161.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 174 (68.36% from 255) = 41.43%
R=39.05%
G=19.52%
B=41.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164821740.060.5300.32293.4836.2250.2
HexA452AE6350201252432
Octal2441222566650404454462
Binary101001001010010101011101101101010100000100100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452AE; }

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

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

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

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

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

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

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

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