#AA4BAD

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

Shades of Violet Blue #AA4BAD

Tints of Violet Blue #AA4BAD

Color information

#AA4BAD (or 0xAA4BAD) is unknown color: approx Violet Blue. HEX triplet: AA, 4B and AD. RGB value is (170,75,173). Sum of RGB (Red+Green+Blue) = 170+75+173=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BAD is #55B452. Grayscale: #727272. Windows color (decimal): -5616723 or 11357098. OLE color: 11357098.

HSL color Cylindrical-coordinate representation of color #AA4BAD: hue angle of 298.16º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4BAD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17075173-
CMYK0.020.5700.32
HSL298.16º39.52%48.63%-
HSV(B)298.16º56.65%67.84%-
XYZ26.6416.641.33-
YUV114.58160.97167.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=40.67%
G=17.94%
B=41.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170751730.020.5700.32298.1639.5248.63
HexAA4BAD23902012a2831
Octal2521132552710404525061
Binary10101010100101110101101101110010100000100101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BAD; }

 p { color: rgb(170,75,173); }

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

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

 a { background-color: rgb(170,75,173); }

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

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

 span { border-color: rgb(170,75,173); }

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