#A568A2

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

Shades of Violet Blue #A568A2

Tints of Violet Blue #A568A2

Color information

#A568A2 (or 0xA568A2) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and A2. RGB value is (165,104,162). Sum of RGB (Red+Green+Blue) = 165+104+162=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A568A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A568A2 is #5A975D. Grayscale: #808080. Windows color (decimal): -5936990 or 10643621. OLE color: 10643621.

HSL color Cylindrical-coordinate representation of color #A568A2: hue angle of 302.95º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A568A2 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165104162-
CMYK00.370.020.35
HSL302.95º25.31%52.75%-
HSV(B)302.95º36.97%64.71%-
XYZ26.9920.5136.72-
YUV128.85146.71153.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=38.28%
G=24.13%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510416200.370.020.35302.9525.3152.75
HexA568A202522312f1935
Octal2451502420452434573165
Binary1010010111010001010001001001011010001110010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568A2; }

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

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

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

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

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

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

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

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