#A568AB

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

Shades of Violet Blue #A568AB

Tints of Violet Blue #A568AB

Color information

#A568AB (or 0xA568AB) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and AB. RGB value is (165,104,171). Sum of RGB (Red+Green+Blue) = 165+104+171=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A568AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A568AB is #5A9754. Grayscale: #818181. Windows color (decimal): -5936981 or 11233445. OLE color: 11233445.

HSL color Cylindrical-coordinate representation of color #A568AB: hue angle of 294.63º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A568AB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165104171-
CMYK0.040.3900.33
HSL294.63º28.51%53.92%-
HSV(B)294.63º39.18%67.06%-
XYZ27.8220.8441.08-
YUV129.88151.21153.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=37.5%
G=23.64%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651041710.040.3900.33294.6328.5153.92
HexA568AB4270211271d36
Octal2451502534470414473566
Binary10100101110100010101011100100111010000110010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568AB; }

 p { color: rgb(165,104,171); }

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

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

 a { background-color: rgb(165,104,171); }

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

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

 span { border-color: rgb(165,104,171); }

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