#A241AA

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

Shades of Violet Blue #A241AA

Tints of Violet Blue #A241AA

Color information

#A241AA (or 0xA241AA) is unknown color: approx Violet Blue. HEX triplet: A2, 41 and AA. RGB value is (162,65,170). Sum of RGB (Red+Green+Blue) = 162+65+170=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A241AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A241AA is #5DBE55. Grayscale: #696969. Windows color (decimal): -6143574 or 11157922. OLE color: 11157922.

HSL color Cylindrical-coordinate representation of color #A241AA: hue angle of 295.43º 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 #A241AA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16265170-
CMYK0.050.6200.33
HSL295.43º44.68%46.08%-
HSV(B)295.43º61.76%66.67%-
XYZ24.0514.3639.54-
YUV105.97164.14167.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=40.81%
G=16.37%
B=42.82%

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
Decimal162651700.050.6200.33295.4344.6846.08
HexA241AA53E0211272d2e
Octal2421012525760414475556
Binary101000101000001101010101011111100100001100100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241AA; }

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

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

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

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

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

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

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

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