#A265AB

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

Shades of Violet Blue #A265AB

Tints of Violet Blue #A265AB

Color information

#A265AB (or 0xA265AB) is unknown color: approx Violet Blue. HEX triplet: A2, 65 and AB. RGB value is (162,101,171). Sum of RGB (Red+Green+Blue) = 162+101+171=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A265AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265AB is #5D9A54. Grayscale: #7F7F7F. Windows color (decimal): -6134357 or 11232674. OLE color: 11232674.

HSL color Cylindrical-coordinate representation of color #A265AB: hue angle of 292.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A265AB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162101171-
CMYK0.050.4100.33
HSL292.29º29.41%53.33%-
HSV(B)292.29º40.94%67.06%-
XYZ26.919.9340.96-
YUV127.22152.71152.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=37.33%
G=23.27%
B=39.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621011710.050.4100.33292.2929.4153.33
HexA265AB5290211241d35
Octal2421452535510414443565
Binary10100010110010110101011101101001010000110010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265AB; }

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

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

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

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

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

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

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

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