#AD8AFF

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

Shades of Biloba Flower #AD8AFF

Tints of Biloba Flower #AD8AFF

Color information

#AD8AFF (or 0xAD8AFF) is unknown color: approx Biloba Flower. HEX triplet: AD, 8A and FF. RGB value is (173,138,255). Sum of RGB (Red+Green+Blue) = 173+138+255=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8AFF is #527500. Grayscale: #A1A1A1. Windows color (decimal): -5403905 or 16747181. OLE color: 16747181.

HSL color Cylindrical-coordinate representation of color #AD8AFF: hue angle of 257.95º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD8AFF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173138255-
CMYK0.320.4600
HSL257.95º100%77.06%-
HSV(B)257.95º45.88%100%-
XYZ44.3734.2898.89-
YUV161.8180.6135.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 255 (100% from 255) = 45.05%
R=30.57%
G=24.38%
B=45.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731382550.320.4600257.9510077.06
HexAD8AFF202E00102644d
Octal255212377405600402144115
Binary1010110110001010111111111000001011100010000001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8AFF; }

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

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

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

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

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

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

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

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