#A8469D

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

Shades of Violet Blue #A8469D

Tints of Violet Blue #A8469D

Color information

#A8469D (or 0xA8469D) is unknown color: approx Violet Blue. HEX triplet: A8, 46 and 9D. RGB value is (168,70,157). Sum of RGB (Red+Green+Blue) = 168+70+157=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8469D is #57B962. Grayscale: #6C6C6C. Windows color (decimal): -5749091 or 10307240. OLE color: 10307240.

HSL color Cylindrical-coordinate representation of color #A8469D: hue angle of 306.73º 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 #A8469D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16870157-
CMYK00.580.070.34
HSL306.73º41.18%46.67%-
HSV(B)306.73º58.33%65.88%-
XYZ24.4215.1433.53-
YUV109.22154.97169.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=42.53%
G=17.72%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687015700.580.070.34306.7341.1846.67
HexA8469D03A722133292f
Octal2501062350727424635157
Binary101010001000110100111010111010111100010100110011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8469D; }

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

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

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

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

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

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

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

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