#A567A2

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

Shades of Violet Blue #A567A2

Tints of Violet Blue #A567A2

Color information

#A567A2 (or 0xA567A2) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and A2. RGB value is (165,103,162). Sum of RGB (Red+Green+Blue) = 165+103+162=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A567A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A567A2 is #5A985D. Grayscale: #808080. Windows color (decimal): -5937246 or 10643365. OLE color: 10643365.

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

Color convert

RGB165103162-
CMYK00.380.020.35
HSL302.9º25.62%52.55%-
HSV(B)302.9º37.58%64.71%-
XYZ26.8920.3136.69-
YUV128.26147.04154.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 162 (63.67% from 255) = 37.67%
R=38.37%
G=23.95%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510316200.380.020.35302.925.6252.55
HexA567A202622312f1a35
Octal2451472420462434573265
Binary1010010111001111010001001001101010001110010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567A2; }

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

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

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

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

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

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

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

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