#AD92D0

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

Shades of Biloba Flower #AD92D0

Tints of Biloba Flower #AD92D0

Color information

#AD92D0 (or 0xAD92D0) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and D0. RGB value is (173,146,208). Sum of RGB (Red+Green+Blue) = 173+146+208=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD92D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92D0 is #526D2F. Grayscale: #A0A0A0. Windows color (decimal): -5401904 or 13669037. OLE color: 13669037.

HSL color Cylindrical-coordinate representation of color #AD92D0: hue angle of 266.13º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD92D0 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173146208-
CMYK0.170.3000.18
HSL266.13º39.74%69.41%-
HSV(B)266.13º29.81%81.57%-
XYZ38.93464.19-
YUV161.14154.45136.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=32.83%
G=27.70%
B=39.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731462080.170.3000.18266.1339.7469.41
HexAD92D0111E01210a2845
Octal255222320213602241250105
Binary10101101100100101101000010001111100100101000010101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92D0; }

 p { color: rgb(173,146,208); }

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

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

 a { background-color: rgb(173,146,208); }

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

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

 span { border-color: rgb(173,146,208); }

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