#AD9CFD

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

Shades of Biloba Flower #AD9CFD

Tints of Biloba Flower #AD9CFD

Color information

#AD9CFD (or 0xAD9CFD) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and FD. RGB value is (173,156,253). Sum of RGB (Red+Green+Blue) = 173+156+253=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CFD is #526302. Grayscale: #ABABAB. Windows color (decimal): -5399299 or 16620717. OLE color: 16620717.

HSL color Cylindrical-coordinate representation of color #AD9CFD: hue angle of 250.52º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9CFD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173156253-
CMYK0.320.3800.01
HSL250.52º96.04%80.2%-
HSV(B)250.52º38.34%99.22%-
XYZ46.8539.7598.13-
YUV172.14173.63128.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=29.73%
G=26.80%
B=43.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731562530.320.3800.01250.5296.0480.2
HexAD9CFD202601fb6050
Octal255234375404601373140120
Binary101011011001110011111101100000100110011111101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CFD; }

 p { color: rgb(173,156,253); }

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

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

 a { background-color: rgb(173,156,253); }

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

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

 span { border-color: rgb(173,156,253); }

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