#A8469F

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

Shades of Violet Blue #A8469F

Tints of Violet Blue #A8469F

Color information

#A8469F (or 0xA8469F) is unknown color: approx Violet Blue. HEX triplet: A8, 46 and 9F. RGB value is (168,70,159). Sum of RGB (Red+Green+Blue) = 168+70+159=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8469F is #57B960. Grayscale: #6D6D6D. Windows color (decimal): -5749089 or 10438312. OLE color: 10438312.

HSL color Cylindrical-coordinate representation of color #A8469F: hue angle of 305.51º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8469F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16870159-
CMYK00.580.050.34
HSL305.51º41.18%46.67%-
HSV(B)305.51º58.33%65.88%-
XYZ24.615.2134.44-
YUV109.45155.97169.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=42.32%
G=17.63%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687015900.580.050.34305.5141.1846.67
HexA8469F03A522132292f
Octal2501062370725424625157
Binary101010001000110100111110111010101100010100110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8469F; }

 p { color: rgb(168,70,159); }

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

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

 a { background-color: rgb(168,70,159); }

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

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

 span { border-color: rgb(168,70,159); }

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