#AD92CD

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

Shades of Biloba Flower #AD92CD

Tints of Biloba Flower #AD92CD

Color information

#AD92CD (or 0xAD92CD) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and CD. RGB value is (173,146,205). Sum of RGB (Red+Green+Blue) = 173+146+205=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CD is #526D32. Grayscale: #A0A0A0. Windows color (decimal): -5401907 or 13472429. OLE color: 13472429.

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

Color convert

RGB173146205-
CMYK0.160.2900.20
HSL267.46º37.11%68.82%-
HSV(B)267.46º28.78%80.39%-
XYZ38.5333.8562.26-
YUV160.8152.95136.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=33.02%
G=27.86%
B=39.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731462050.160.2900.20267.4637.1168.82
HexAD92CD101D01410b2545
Octal255222315203502441345105
Binary10101101100100101100110110000111010101001000010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92CD; }

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

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

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

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

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

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

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

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