#A8528F

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

Shades of Violet Blue #A8528F

Tints of Violet Blue #A8528F

Color information

#A8528F (or 0xA8528F) is unknown color: approx Violet Blue. HEX triplet: A8, 52 and 8F. RGB value is (168,82,143). Sum of RGB (Red+Green+Blue) = 168+82+143=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528F is #57AD70. Grayscale: #727272. Windows color (decimal): -5746033 or 9392808. OLE color: 9392808.

HSL color Cylindrical-coordinate representation of color #A8528F: hue angle of 317.44º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8528F is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16882143-
CMYK00.510.150.34
HSL317.44º34.4%49.02%-
HSV(B)317.44º51.19%65.88%-
XYZ24.1216.3427.87-
YUV114.67143.99166.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=42.75%
G=20.87%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688214300.510.150.34317.4434.449.02
HexA8528F033F2213d2231
Octal25012221706317424754261
Binary1010100010100101000111101100111111100010100111101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8528F; }

 p { color: rgb(168,82,143); }

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

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

 a { background-color: rgb(168,82,143); }

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

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

 span { border-color: rgb(168,82,143); }

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