#A465AF

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

Shades of Violet Blue #A465AF

Tints of Violet Blue #A465AF

Color information

#A465AF (or 0xA465AF) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and AF. RGB value is (164,101,175). Sum of RGB (Red+Green+Blue) = 164+101+175=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A465AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AF is #5B9A50. Grayscale: #808080. Windows color (decimal): -6003281 or 11494820. OLE color: 11494820.

HSL color Cylindrical-coordinate representation of color #A465AF: hue angle of 291.08º 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 #A465AF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164101175-
CMYK0.060.4200.31
HSL291.08º31.62%54.12%-
HSV(B)291.08º42.29%68.63%-
XYZ27.720.343.01-
YUV128.27154.37153.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=37.27%
G=22.95%
B=39.77%

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
Decimal1641011750.060.4200.31291.0831.6254.12
HexA465AF62A01F1232036
Octal2441452576520374434066
Binary10100100110010110101111110101010011111100100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465AF; }

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

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

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

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

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

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

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

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