#A25CAB

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

Shades of Violet Blue #A25CAB

Tints of Violet Blue #A25CAB

Color information

#A25CAB (or 0xA25CAB) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and AB. RGB value is (162,92,171). Sum of RGB (Red+Green+Blue) = 162+92+171=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CAB is #5DA354. Grayscale: #797979. Windows color (decimal): -6136661 or 11230370. OLE color: 11230370.

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

Color convert

RGB16292171-
CMYK0.050.4600.33
HSL293.16º31.98%51.57%-
HSV(B)293.16º46.2%67.06%-
XYZ26.0818.2840.68-
YUV121.94155.69156.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=38.12%
G=21.65%
B=40.24%

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
Decimal162921710.050.4600.33293.1631.9851.57
HexA25CAB52E0211252034
Octal2421342535560414454064
Binary101000101011100101010111011011100100001100100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CAB; }

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

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

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

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

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

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

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

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