#AD92CA

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

Shades of Biloba Flower #AD92CA

Tints of Biloba Flower #AD92CA

Color information

#AD92CA (or 0xAD92CA) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and CA. RGB value is (173,146,202). Sum of RGB (Red+Green+Blue) = 173+146+202=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CA is #526D35. Grayscale: #A0A0A0. Windows color (decimal): -5401910 or 13275821. OLE color: 13275821.

HSL color Cylindrical-coordinate representation of color #AD92CA: hue angle of 268.93º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD92CA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173146202-
CMYK0.140.2800.21
HSL268.93º34.57%68.24%-
HSV(B)268.93º27.72%79.22%-
XYZ38.1733.7160.37-
YUV160.46151.45136.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=33.21%
G=28.02%
B=38.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731462020.140.2800.21268.9334.5768.24
HexAD92CAE1C01510d2344
Octal255222312163402541543104
Binary1010110110010010110010101110111000101011000011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92CA; }

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

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

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

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

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

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

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

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