#A568AA

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

Shades of Violet Blue #A568AA

Tints of Violet Blue #A568AA

Color information

#A568AA (or 0xA568AA) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and AA. RGB value is (165,104,170). Sum of RGB (Red+Green+Blue) = 165+104+170=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A568AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A568AA is #5A9755. Grayscale: #818181. Windows color (decimal): -5936982 or 11167909. OLE color: 11167909.

HSL color Cylindrical-coordinate representation of color #A568AA: hue angle of 295.45º degrees, saturation: 0.28, 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 #A568AA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165104170-
CMYK0.030.3900.33
HSL295.45º27.97%53.73%-
HSV(B)295.45º38.82%66.67%-
XYZ27.7220.840.58-
YUV129.76150.71153.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=37.59%
G=23.69%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651041700.030.3900.33295.4527.9753.73
HexA568AA3270211271c36
Octal2451502523470414473466
Binary1010010111010001010101011100111010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568AA; }

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

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

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

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

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

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

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

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