#A567AC

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

Shades of Violet Blue #A567AC

Tints of Violet Blue #A567AC

Color information

#A567AC (or 0xA567AC) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and AC. RGB value is (165,103,172). Sum of RGB (Red+Green+Blue) = 165+103+172=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A567AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A567AC is #5A9853. Grayscale: #818181. Windows color (decimal): -5937236 or 11298725. OLE color: 11298725.

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

Color convert

RGB165103172-
CMYK0.040.4000.33
HSL293.91º29.36%53.92%-
HSV(B)293.91º40.12%67.45%-
XYZ27.8120.6841.56-
YUV129.4152.04153.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=37.5%
G=23.41%
B=39.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651031720.040.4000.33293.9129.3653.92
HexA567AC4280211261d36
Octal2451472544500414463566
Binary10100101110011110101100100101000010000110010011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567AC; }

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

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

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

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

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

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

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

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