#A25CAA

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

Shades of Violet Blue #A25CAA

Tints of Violet Blue #A25CAA

Color information

#A25CAA (or 0xA25CAA) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and AA. RGB value is (162,92,170). Sum of RGB (Red+Green+Blue) = 162+92+170=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CAA is #5DA355. Grayscale: #797979. Windows color (decimal): -6136662 or 11164834. OLE color: 11164834.

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

Color convert

RGB16292170-
CMYK0.050.4600.33
HSL293.85º31.45%51.37%-
HSV(B)293.85º45.88%66.67%-
XYZ25.9818.2440.18-
YUV121.82155.19156.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=38.21%
G=21.70%
B=40.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162921700.050.4600.33293.8531.4551.37
HexA25CAA52E0211261f33
Octal2421342525560414463763
Binary10100010101110010101010101101110010000110010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CAA; }

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

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

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

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

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

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

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

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