#AA6798

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

Shades of Violet Blue #AA6798

Tints of Violet Blue #AA6798

Color information

#AA6798 (or 0xAA6798) is unknown color: approx Violet Blue. HEX triplet: AA, 67 and 98. RGB value is (170,103,152). Sum of RGB (Red+Green+Blue) = 170+103+152=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6798 is #559867. Grayscale: #808080. Windows color (decimal): -5609576 or 9988010. OLE color: 9988010.

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

Color convert

RGB170103152-
CMYK00.390.110.33
HSL316.12º28.27%53.53%-
HSV(B)316.12º39.41%66.67%-
XYZ27.120.5132.24-
YUV128.62141.2157.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=40%
G=24.24%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010315200.390.110.33316.1228.2753.53
HexAA6798027B2113c1c36
Octal25214723004713414743466
Binary101010101100111100110000100111101110000110011110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6798; }

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

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

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

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

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

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

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

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