#A240AA

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

Shades of Violet Blue #A240AA

Tints of Violet Blue #A240AA

Color information

#A240AA (or 0xA240AA) is unknown color: approx Violet Blue. HEX triplet: A2, 40 and AA. RGB value is (162,64,170). Sum of RGB (Red+Green+Blue) = 162+64+170=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A240AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AA is #5DBF55. Grayscale: #696969. Windows color (decimal): -6143830 or 11157666. OLE color: 11157666.

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

Color convert

RGB16264170-
CMYK0.050.6200.33
HSL295.47º45.3%45.88%-
HSV(B)295.47º62.35%66.67%-
XYZ23.9914.2539.52-
YUV105.39164.47168.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=40.91%
G=16.16%
B=42.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162641700.050.6200.33295.4745.345.88
HexA240AA53E0211272d2e
Octal2421002525760414475556
Binary101000101000000101010101011111100100001100100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A240AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A240AA; }

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

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

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

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

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

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

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

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