#AD6299

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

Shades of Violet Blue #AD6299

Tints of Violet Blue #AD6299

Color information

#AD6299 (or 0xAD6299) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and 99. RGB value is (173,98,153). Sum of RGB (Red+Green+Blue) = 173+98+153=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6299 is #529D66. Grayscale: #7E7E7E. Windows color (decimal): -5414247 or 10052269. OLE color: 10052269.

HSL color Cylindrical-coordinate representation of color #AD6299: hue angle of 316º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6299 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17398153-
CMYK00.430.120.32
HSL316º31.38%53.14%-
HSV(B)316º43.35%67.84%-
XYZ27.3519.9232.54-
YUV126.7142.85161.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=40.80%
G=23.11%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739815300.430.120.3231631.3853.14
HexAD629902BC2013c1f35
Octal25514223105314404743765
Binary101011011100010100110010101011110010000010011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6299; }

 p { color: rgb(173,98,153); }

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

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

 a { background-color: rgb(173,98,153); }

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

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

 span { border-color: rgb(173,98,153); }

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