#A869B0

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

Shades of Violet Blue #A869B0

Tints of Violet Blue #A869B0

Color information

#A869B0 (or 0xA869B0) is unknown color: approx Violet Blue. HEX triplet: A8, 69 and B0. RGB value is (168,105,176). Sum of RGB (Red+Green+Blue) = 168+105+176=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #A869B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869B0 is #57964F. Grayscale: #838383. Windows color (decimal): -5740112 or 11561384. OLE color: 11561384.

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

Color convert

RGB168105176-
CMYK0.050.4000.31
HSL293.24º31%55.1%-
HSV(B)293.24º40.34%69.02%-
XYZ29.0421.5643.71-
YUV131.93152.87153.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=37.42%
G=23.39%
B=39.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681051760.050.4000.31293.243155.1
HexA869B052801F1251f37
Octal2501512605500374453767
Binary1010100011010011011000010110100001111110010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869B0; }

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

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

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

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

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

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

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

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