#AA6098

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

Shades of Violet Blue #AA6098

Tints of Violet Blue #AA6098

Color information

#AA6098 (or 0xAA6098) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and 98. RGB value is (170,96,152). Sum of RGB (Red+Green+Blue) = 170+96+152=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6098 is #559F67. Grayscale: #7C7C7C. Windows color (decimal): -5611368 or 9986218. OLE color: 9986218.

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

Color convert

RGB17096152-
CMYK00.440.110.33
HSL314.59º30.33%52.16%-
HSV(B)314.59º43.53%66.67%-
XYZ26.4319.1832.01-
YUV124.51143.52160.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=40.67%
G=22.97%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709615200.440.110.33314.5930.3352.16
HexAA609802CB2113b1e34
Octal25214023005413414733664
Binary101010101100000100110000101100101110000110011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6098; }

 p { color: rgb(170,96,152); }

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

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

 a { background-color: rgb(170,96,152); }

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

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

 span { border-color: rgb(170,96,152); }

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