#A869B2

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

Shades of Violet Blue #A869B2

Tints of Violet Blue #A869B2

Color information

#A869B2 (or 0xA869B2) is unknown color: approx Violet Blue. HEX triplet: A8, 69 and B2. RGB value is (168,105,178). Sum of RGB (Red+Green+Blue) = 168+105+178=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #A869B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869B2 is #57964D. Grayscale: #838383. Windows color (decimal): -5740110 or 11692456. OLE color: 11692456.

HSL color Cylindrical-coordinate representation of color #A869B2: hue angle of 291.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A869B2 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168105178-
CMYK0.060.4100.30
HSL291.78º32.16%55.49%-
HSV(B)291.78º41.01%69.8%-
XYZ29.2421.6444.76-
YUV132.16153.87153.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=37.25%
G=23.28%
B=39.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681051780.060.4100.30291.7832.1655.49
HexA869B262901E1242037
Octal2501512626510364444067
Binary10101000110100110110010110101001011110100100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869B2; }

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

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

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

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

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

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

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

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