#AA629A

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

Shades of Violet Blue #AA629A

Tints of Violet Blue #AA629A

Color information

#AA629A (or 0xAA629A) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and 9A. RGB value is (170,98,154). Sum of RGB (Red+Green+Blue) = 170+98+154=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA629A is #559D65. Grayscale: #7D7D7D. Windows color (decimal): -5610854 or 10117802. OLE color: 10117802.

HSL color Cylindrical-coordinate representation of color #AA629A: hue angle of 313.33º 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 #AA629A is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17098154-
CMYK00.420.090.33
HSL313.33º29.75%52.55%-
HSV(B)313.33º42.35%66.67%-
XYZ26.7819.6132.95-
YUV125.91143.85159.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=40.28%
G=23.22%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709815400.420.090.33313.3329.7552.55
HexAA629A02A9211391e35
Octal25214223205211414713665
Binary101010101100010100110100101010100110000110011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA629A; }

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

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

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

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

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

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

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

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