#A7469D

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

Shades of Violet Blue #A7469D

Tints of Violet Blue #A7469D

Color information

#A7469D (or 0xA7469D) is unknown color: approx Violet Blue. HEX triplet: A7, 46 and 9D. RGB value is (167,70,157). Sum of RGB (Red+Green+Blue) = 167+70+157=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7469D is #58B962. Grayscale: #6C6C6C. Windows color (decimal): -5814627 or 10307239. OLE color: 10307239.

HSL color Cylindrical-coordinate representation of color #A7469D: hue angle of 306.19º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7469D is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16770157-
CMYK00.580.060.35
HSL306.19º40.93%46.47%-
HSV(B)306.19º58.08%65.49%-
XYZ24.2115.0333.52-
YUV108.92155.14169.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 70 (27.73% from 255) = 17.77%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=42.39%
G=17.77%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677015700.580.060.35306.1940.9346.47
HexA7469D03A623132292e
Octal2471062350726434625156
Binary101001111000110100111010111010110100011100110010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7469D; }

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

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

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

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

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

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

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

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