#AA629E

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

Shades of Violet Blue #AA629E

Tints of Violet Blue #AA629E

Color information

#AA629E (or 0xAA629E) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and 9E. RGB value is (170,98,158). Sum of RGB (Red+Green+Blue) = 170+98+158=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA629E is #559D61. Grayscale: #7E7E7E. Windows color (decimal): -5610850 or 10379946. OLE color: 10379946.

HSL color Cylindrical-coordinate representation of color #AA629E: hue angle of 310º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA629E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17098158-
CMYK00.420.070.33
HSL310º29.75%52.55%-
HSV(B)310º42.35%66.67%-
XYZ27.1219.7534.73-
YUV126.37145.85159.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=39.91%
G=23.00%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709815800.420.070.3331029.7552.55
HexAA629E02A7211361e35
Octal2521422360527414663665
Binary10101010110001010011110010101011110000110011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA629E; }

 p { color: rgb(170,98,158); }

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

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

 a { background-color: rgb(170,98,158); }

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

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

 span { border-color: rgb(170,98,158); }

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