#A265AF

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

Shades of Violet Blue #A265AF

Tints of Violet Blue #A265AF

Color information

#A265AF (or 0xA265AF) is unknown color: approx Violet Blue. HEX triplet: A2, 65 and AF. RGB value is (162,101,175). Sum of RGB (Red+Green+Blue) = 162+101+175=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #A265AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265AF is #5D9A50. Grayscale: #7F7F7F. Windows color (decimal): -6134353 or 11494818. OLE color: 11494818.

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

Color convert

RGB162101175-
CMYK0.070.4200.31
HSL289.46º31.62%54.12%-
HSV(B)289.46º42.29%68.63%-
XYZ27.2920.0843-
YUV127.68154.71152.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=36.99%
G=23.06%
B=39.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621011750.070.4200.31289.4631.6254.12
HexA265AF72A01F1212036
Octal2421452577520374414066
Binary10100010110010110101111111101010011111100100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265AF; }

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

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

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

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

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

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

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

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