#A245AA

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

Shades of Violet Blue #A245AA

Tints of Violet Blue #A245AA

Color information

#A245AA (or 0xA245AA) is unknown color: approx Violet Blue. HEX triplet: A2, 45 and AA. RGB value is (162,69,170). Sum of RGB (Red+Green+Blue) = 162+69+170=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #A245AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A245AA is #5DBA55. Grayscale: #6C6C6C. Windows color (decimal): -6142550 or 11158946. OLE color: 11158946.

HSL color Cylindrical-coordinate representation of color #A245AA: hue angle of 295.25º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A245AA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16269170-
CMYK0.050.5900.33
HSL295.25º42.26%46.86%-
HSV(B)295.25º59.41%66.67%-
XYZ24.2814.8439.61-
YUV108.32162.81166.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=40.40%
G=17.21%
B=42.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162691700.050.5900.33295.2542.2646.86
HexA245AA53B0211272a2f
Octal2421052525730414475257
Binary101000101000101101010101011110110100001100100111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245AA; }

 p { color: rgb(162,69,170); }

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

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

 a { background-color: rgb(162,69,170); }

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

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

 span { border-color: rgb(162,69,170); }

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