#AD92CF

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

Shades of Biloba Flower #AD92CF

Tints of Biloba Flower #AD92CF

Color information

#AD92CF (or 0xAD92CF) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and CF. RGB value is (173,146,207). Sum of RGB (Red+Green+Blue) = 173+146+207=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD92CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CF is #526D30. Grayscale: #A0A0A0. Windows color (decimal): -5401905 or 13603501. OLE color: 13603501.

HSL color Cylindrical-coordinate representation of color #AD92CF: hue angle of 266.56º degrees, saturation: 0.39, 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 #AD92CF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173146207-
CMYK0.160.2900.19
HSL266.56º38.85%69.22%-
HSV(B)266.56º29.47%81.18%-
XYZ38.7733.9563.54-
YUV161.03153.95136.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=32.89%
G=27.76%
B=39.35%

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
Decimal1731462070.160.2900.19266.5638.8569.22
HexAD92CF101D01310b2745
Octal255222317203502341347105
Binary10101101100100101100111110000111010100111000010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92CF; }

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

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

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

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

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

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

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

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