#A25AAA

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

Shades of Violet Blue #A25AAA

Tints of Violet Blue #A25AAA

Color information

#A25AAA (or 0xA25AAA) is unknown color: approx Violet Blue. HEX triplet: A2, 5A and AA. RGB value is (162,90,170). Sum of RGB (Red+Green+Blue) = 162+90+170=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAA is #5DA555. Grayscale: #787878. Windows color (decimal): -6137174 or 11164322. OLE color: 11164322.

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

Color convert

RGB16290170-
CMYK0.050.4700.33
HSL294º32%50.98%-
HSV(B)294º47.06%66.67%-
XYZ25.8117.940.12-
YUV120.65155.85157.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=38.39%
G=21.33%
B=40.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162901700.050.4700.332943250.98
HexA25AAA52F0211262033
Octal2421322525570414464063
Binary101000101011010101010101011011110100001100100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25AAA; }

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

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

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

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

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

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

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

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