#AD6298

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

Shades of Violet Blue #AD6298

Tints of Violet Blue #AD6298

Color information

#AD6298 (or 0xAD6298) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and 98. RGB value is (173,98,152). Sum of RGB (Red+Green+Blue) = 173+98+152=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6298 is #529D67. Grayscale: #7E7E7E. Windows color (decimal): -5414248 or 9986733. OLE color: 9986733.

HSL color Cylindrical-coordinate representation of color #AD6298: hue angle of 316.8º 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 #AD6298 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17398152-
CMYK00.430.120.32
HSL316.8º31.38%53.14%-
HSV(B)316.8º43.35%67.84%-
XYZ27.2719.8932.11-
YUV126.58142.35161.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=40.90%
G=23.17%
B=35.93%

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
Decimal1739815200.430.120.32316.831.3853.14
HexAD629802BC2013d1f35
Octal25514223005314404753765
Binary101011011100010100110000101011110010000010011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6298; }

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

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

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

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

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

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

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

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