#A25FAC

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

Shades of Violet Blue #A25FAC

Tints of Violet Blue #A25FAC

Color information

#A25FAC (or 0xA25FAC) is unknown color: approx Violet Blue. HEX triplet: A2, 5F and AC. RGB value is (162,95,172). Sum of RGB (Red+Green+Blue) = 162+95+172=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FAC is #5DA053. Grayscale: #7B7B7B. Windows color (decimal): -6135892 or 11296674. OLE color: 11296674.

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

Color convert

RGB16295172-
CMYK0.060.4500.33
HSL292.21º31.69%52.35%-
HSV(B)292.21º44.77%67.45%-
XYZ26.4418.8441.27-
YUV123.81155.2155.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=37.76%
G=22.14%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162951720.060.4500.33292.2131.6952.35
HexA25FAC62D0211242034
Octal2421372546550414444064
Binary101000101011111101011001101011010100001100100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FAC; }

 p { color: rgb(162,95,172); }

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

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

 a { background-color: rgb(162,95,172); }

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

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

 span { border-color: rgb(162,95,172); }

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