#A565AF

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

Shades of Violet Blue #A565AF

Tints of Violet Blue #A565AF

Color information

#A565AF (or 0xA565AF) is unknown color: approx Violet Blue. HEX triplet: A5, 65 and AF. RGB value is (165,101,175). Sum of RGB (Red+Green+Blue) = 165+101+175=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A565AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565AF is #5A9A50. Grayscale: #808080. Windows color (decimal): -5937745 or 11494821. OLE color: 11494821.

HSL color Cylindrical-coordinate representation of color #A565AF: hue angle of 291.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A565AF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165101175-
CMYK0.060.4200.31
HSL291.89º31.62%54.12%-
HSV(B)291.89º42.29%68.63%-
XYZ27.9120.443.02-
YUV128.57154.2153.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=37.41%
G=22.90%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651011750.060.4200.31291.8931.6254.12
HexA565AF62A01F1242036
Octal2451452576520374444066
Binary10100101110010110101111110101010011111100100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A565AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A565AF; }

 p { color: rgb(165,101,175); }

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

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

 a { background-color: rgb(165,101,175); }

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

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

 span { border-color: rgb(165,101,175); }

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