#AD97E0

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

Shades of Biloba Flower #AD97E0

Tints of Biloba Flower #AD97E0

Color information

#AD97E0 (or 0xAD97E0) is unknown color: approx Biloba Flower. HEX triplet: AD, 97 and E0. RGB value is (173,151,224). Sum of RGB (Red+Green+Blue) = 173+151+224=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD97E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97E0 is #52681F. Grayscale: #A5A5A5. Windows color (decimal): -5400608 or 14718893. OLE color: 14718893.

HSL color Cylindrical-coordinate representation of color #AD97E0: hue angle of 258.08º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD97E0 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173151224-
CMYK0.230.3300.12
HSL258.08º54.07%73.53%-
HSV(B)258.08º32.59%87.84%-
XYZ41.7536.475.35-
YUV165.9160.79133.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=31.57%
G=27.55%
B=40.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731512240.230.3300.12258.0854.0773.53
HexAD97E017210C102364a
Octal255227340274101440266112
Binary10101101100101111110000010111100001011001000000101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97E0; }

 p { color: rgb(173,151,224); }

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

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

 a { background-color: rgb(173,151,224); }

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

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

 span { border-color: rgb(173,151,224); }

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