#A869AF

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

Shades of Violet Blue #A869AF

Tints of Violet Blue #A869AF

Color information

#A869AF (or 0xA869AF) is unknown color: approx Violet Blue. HEX triplet: A8, 69 and AF. RGB value is (168,105,175). Sum of RGB (Red+Green+Blue) = 168+105+175=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #A869AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869AF is #579650. Grayscale: #838383. Windows color (decimal): -5740113 or 11495848. OLE color: 11495848.

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

Color convert

RGB168105175-
CMYK0.040.4000.31
HSL294º30.43%54.9%-
HSV(B)294º40%68.63%-
XYZ28.9421.5243.19-
YUV131.82152.37153.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=37.5%
G=23.44%
B=39.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681051750.040.4000.3129430.4354.9
HexA869AF42801F1261e37
Octal2501512574500374463667
Binary1010100011010011010111110010100001111110010011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869AF; }

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

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

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

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

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

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

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

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