#ad6395

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

Shades of Bouquet #AD6395

Tints of Bouquet #AD6395

Color information

#AD6395 (or 0xAD6395) is unknown color: approx Bouquet. HEX triplet: AD, 63 and 95. RGB value is (173,99,149). Sum of RGB (Red+Green+Blue) = 173+99+149=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6395 is #529C6A. Grayscale: #7E7E7E. Windows color (decimal): -5413995 or 9790381. OLE color: 9790381.

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

Color convert

RGB17399149-
CMYK00.430.140.32
HSL319.46º31.09%53.33%-
HSV(B)319.46º42.77%67.84%-
XYZ27.1219.9830.86-
YUV126.83140.52160.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=41.09%
G=23.52%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739914900.430.140.32319.4631.0953.33
HexAD639502BE2013f1f35
Octal25514322505316404773765
Binary101011011100011100101010101011111010000010011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad6395; }

 p { color: rgb(173,99,149); }

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

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

 a { background-color: rgb(173,99,149); }

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

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

 span { border-color: rgb(173,99,149); }

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