#AD92C8

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

Shades of Biloba Flower #AD92C8

Tints of Biloba Flower #AD92C8

Color information

#AD92C8 (or 0xAD92C8) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and C8. RGB value is (173,146,200). Sum of RGB (Red+Green+Blue) = 173+146+200=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD92C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92C8 is #526D37. Grayscale: #A0A0A0. Windows color (decimal): -5401912 or 13144749. OLE color: 13144749.

HSL color Cylindrical-coordinate representation of color #AD92C8: hue angle of 270º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD92C8 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173146200-
CMYK0.140.2700.22
HSL270º32.93%67.84%-
HSV(B)270º27%78.43%-
XYZ37.9433.6159.13-
YUV160.23150.45137.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=33.33%
G=28.13%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731462000.140.2700.2227032.9367.84
HexAD92C8E1B01610e2144
Octal255222310163302641641104
Binary1010110110010010110010001110110110101101000011101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92C8; }

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

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

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

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

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

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

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

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