#A261AA

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

Shades of Violet Blue #A261AA

Tints of Violet Blue #A261AA

Color information

#A261AA (or 0xA261AA) is unknown color: approx Violet Blue. HEX triplet: A2, 61 and AA. RGB value is (162,97,170). Sum of RGB (Red+Green+Blue) = 162+97+170=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A261AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A261AA is #5D9E55. Grayscale: #7C7C7C. Windows color (decimal): -6135382 or 11166114. OLE color: 11166114.

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

Color convert

RGB16297170-
CMYK0.050.4300.33
HSL293.42º30.04%52.35%-
HSV(B)293.42º42.94%66.67%-
XYZ26.4319.1340.33-
YUV124.76153.53154.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=37.76%
G=22.61%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162971700.050.4300.33293.4230.0452.35
HexA261AA52B0211251e34
Octal2421412525530414453664
Binary10100010110000110101010101101011010000110010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261AA; }

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

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

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

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

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

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

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

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