#A9629F

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

Shades of Violet Blue #A9629F

Tints of Violet Blue #A9629F

Color information

#A9629F (or 0xA9629F) is unknown color: approx Violet Blue. HEX triplet: A9, 62 and 9F. RGB value is (169,98,159). Sum of RGB (Red+Green+Blue) = 169+98+159=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9629F is #569D60. Grayscale: #7E7E7E. Windows color (decimal): -5676385 or 10445481. OLE color: 10445481.

HSL color Cylindrical-coordinate representation of color #A9629F: hue angle of 308.45º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9629F is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16998159-
CMYK00.420.060.34
HSL308.45º29.22%52.35%-
HSV(B)308.45º42.01%66.27%-
XYZ26.9919.6735.18-
YUV126.18146.52158.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=39.67%
G=23.00%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699815900.420.060.34308.4529.2252.35
HexA9629F02A6221341d34
Octal2511422370526424643564
Binary10101001110001010011111010101011010001010011010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9629F; }

 p { color: rgb(169,98,159); }

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

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

 a { background-color: rgb(169,98,159); }

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

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

 span { border-color: rgb(169,98,159); }

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