#A568B2

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

Shades of Violet Blue #A568B2

Tints of Violet Blue #A568B2

Color information

#A568B2 (or 0xA568B2) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and B2. RGB value is (165,104,178). Sum of RGB (Red+Green+Blue) = 165+104+178=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #A568B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A568B2 is #5A974D. Grayscale: #828282. Windows color (decimal): -5936974 or 11692197. OLE color: 11692197.

HSL color Cylindrical-coordinate representation of color #A568B2: hue angle of 289.46º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A568B2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165104178-
CMYK0.070.4200.30
HSL289.46º32.46%55.29%-
HSV(B)289.46º41.57%69.8%-
XYZ28.521.1144.69-
YUV130.68154.71152.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=36.91%
G=23.27%
B=39.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651041780.070.4200.30289.4632.4655.29
HexA568B272A01E1212037
Octal2451502627520364414067
Binary10100101110100010110010111101010011110100100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568B2; }

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

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

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

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

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

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

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

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