#A469B0

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

Shades of Violet Blue #A469B0

Tints of Violet Blue #A469B0

Color information

#A469B0 (or 0xA469B0) is unknown color: approx Violet Blue. HEX triplet: A4, 69 and B0. RGB value is (164,105,176). Sum of RGB (Red+Green+Blue) = 164+105+176=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #A469B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A469B0 is #5B964F. Grayscale: #828282. Windows color (decimal): -6002256 or 11561380. OLE color: 11561380.

HSL color Cylindrical-coordinate representation of color #A469B0: hue angle of 289.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A469B0 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164105176-
CMYK0.070.4000.31
HSL289.86º31%55.1%-
HSV(B)289.86º40.34%69.02%-
XYZ28.221.1343.67-
YUV130.73153.55151.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=36.85%
G=23.60%
B=39.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641051760.070.4000.31289.863155.1
HexA469B072801F1221f37
Octal2441512607500374423767
Binary1010010011010011011000011110100001111110010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469B0; }

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

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

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

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

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

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

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

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