#AD8FE0

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

Shades of Biloba Flower #AD8FE0

Tints of Biloba Flower #AD8FE0

Color information

#AD8FE0 (or 0xAD8FE0) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and E0. RGB value is (173,143,224). Sum of RGB (Red+Green+Blue) = 173+143+224=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FE0 is #52701F. Grayscale: #A0A0A0. Windows color (decimal): -5402656 or 14716845. OLE color: 14716845.

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

Color convert

RGB173143224-
CMYK0.230.3600.12
HSL262.22º56.64%71.96%-
HSV(B)262.22º36.16%87.84%-
XYZ40.5133.9174.93-
YUV161.2163.44136.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=32.04%
G=26.48%
B=41.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731432240.230.3600.12262.2256.6471.96
HexAD8FE017240C1063948
Octal255217340274401440671110
Binary10101101100011111110000010111100100011001000001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FE0; }

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

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

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

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

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

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

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

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