#AD8ADB

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

Shades of Biloba Flower #AD8ADB

Tints of Biloba Flower #AD8ADB

Color information

#AD8ADB (or 0xAD8ADB) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and DB. RGB value is (173,138,219). Sum of RGB (Red+Green+Blue) = 173+138+219=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ADB is #527524. Grayscale: #9D9D9D. Windows color (decimal): -5403941 or 14387885. OLE color: 14387885.

HSL color Cylindrical-coordinate representation of color #AD8ADB: hue angle of 265.93º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8ADB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173138219-
CMYK0.210.3700.14
HSL265.93º52.94%70%-
HSV(B)265.93º36.99%85.88%-
XYZ39.1132.1871.17-
YUV157.7162.6138.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=32.64%
G=26.04%
B=41.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731382190.210.3700.14265.9352.9470
HexAD8ADB15250E10a3546
Octal255212333254501641265106
Binary10101101100010101101101110101100101011101000010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ADB; }

 p { color: rgb(173,138,219); }

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

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

 a { background-color: rgb(173,138,219); }

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

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

 span { border-color: rgb(173,138,219); }

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