#A469AB

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

Shades of Violet Blue #A469AB

Tints of Violet Blue #A469AB

Color information

#A469AB (or 0xA469AB) is unknown color: approx Violet Blue. HEX triplet: A4, 69 and AB. RGB value is (164,105,171). Sum of RGB (Red+Green+Blue) = 164+105+171=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A469AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A469AB is #5B9654. Grayscale: #818181. Windows color (decimal): -6002261 or 11233700. OLE color: 11233700.

HSL color Cylindrical-coordinate representation of color #A469AB: hue angle of 293.64º 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 #A469AB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164105171-
CMYK0.040.3900.33
HSL293.64º28.21%54.12%-
HSV(B)293.64º38.6%67.06%-
XYZ27.7120.9441.11-
YUV130.16151.05152.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=37.27%
G=23.86%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641051710.040.3900.33293.6428.2154.12
HexA469AB4270211261c36
Octal2441512534470414463466
Binary10100100110100110101011100100111010000110010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469AB; }

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

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

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

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

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

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

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

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