#AD92CE

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

Shades of Biloba Flower #AD92CE

Tints of Biloba Flower #AD92CE

Color information

#AD92CE (or 0xAD92CE) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and CE. RGB value is (173,146,206). Sum of RGB (Red+Green+Blue) = 173+146+206=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CE is #526D31. Grayscale: #A0A0A0. Windows color (decimal): -5401906 or 13537965. OLE color: 13537965.

HSL color Cylindrical-coordinate representation of color #AD92CE: hue angle of 267º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD92CE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173146206-
CMYK0.160.2900.19
HSL267º37.97%69.02%-
HSV(B)267º29.13%80.78%-
XYZ38.6533.962.9-
YUV160.91153.45136.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=32.95%
G=27.81%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731462060.160.2900.1926737.9769.02
HexAD92CE101D01310b2645
Octal255222316203502341346105
Binary10101101100100101100111010000111010100111000010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92CE; }

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

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

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

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

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

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

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

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