#A25CAF

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

Shades of Violet Blue #A25CAF

Tints of Violet Blue #A25CAF

Color information

#A25CAF (or 0xA25CAF) is unknown color: approx Violet Blue. HEX triplet: A2, 5C and AF. RGB value is (162,92,175). Sum of RGB (Red+Green+Blue) = 162+92+175=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CAF is #5DA350. Grayscale: #7A7A7A. Windows color (decimal): -6136657 or 11492514. OLE color: 11492514.

HSL color Cylindrical-coordinate representation of color #A25CAF: hue angle of 290.6º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25CAF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16292175-
CMYK0.070.4700.31
HSL290.6º34.16%52.35%-
HSV(B)290.6º47.43%68.63%-
XYZ26.4718.4342.72-
YUV122.39157.69156.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=37.76%
G=21.45%
B=40.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162921750.070.4700.31290.634.1652.35
HexA25CAF72F01F1232234
Octal2421342577570374434264
Binary10100010101110010101111111101111011111100100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CAF; }

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

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

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

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

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

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

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

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