#ad8cdb

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

Shades of Biloba Flower #AD8CDB

Tints of Biloba Flower #AD8CDB

Color information

#AD8CDB (or 0xAD8CDB) is unknown color: approx Biloba Flower. HEX triplet: AD, 8C and DB. RGB value is (173,140,219). Sum of RGB (Red+Green+Blue) = 173+140+219=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDB is #527324. Grayscale: #9E9E9E. Windows color (decimal): -5403429 or 14388397. OLE color: 14388397.

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

Color convert

RGB173140219-
CMYK0.210.3600.14
HSL265.06º52.32%70.39%-
HSV(B)265.06º36.07%85.88%-
XYZ39.432.7571.26-
YUV158.87161.93138.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=32.52%
G=26.32%
B=41.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731402190.210.3600.14265.0652.3270.39
HexAD8CDB15240E1093446
Octal255214333254401641164106
Binary10101101100011001101101110101100100011101000010011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad8cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad8cdb; }

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

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

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

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

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

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

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

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