#A269AB

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

Shades of Violet Blue #A269AB

Tints of Violet Blue #A269AB

Color information

#A269AB (or 0xA269AB) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and AB. RGB value is (162,105,171). Sum of RGB (Red+Green+Blue) = 162+105+171=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A269AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A269AB is #5D9654. Grayscale: #818181. Windows color (decimal): -6133333 or 11233698. OLE color: 11233698.

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

Color convert

RGB162105171-
CMYK0.050.3900.33
HSL291.82º28.21%54.12%-
HSV(B)291.82º38.6%67.06%-
XYZ27.320.7241.09-
YUV129.57151.38151.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=36.99%
G=23.97%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621051710.050.3900.33291.8228.2154.12
HexA269AB5270211241c36
Octal2421512535470414443466
Binary10100010110100110101011101100111010000110010010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269AB; }

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

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

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

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

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

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

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

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