#AD8FEA

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

Shades of Biloba Flower #AD8FEA

Tints of Biloba Flower #AD8FEA

Color information

#AD8FEA (or 0xAD8FEA) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and EA. RGB value is (173,143,234). Sum of RGB (Red+Green+Blue) = 173+143+234=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FEA is #527015. Grayscale: #A2A2A2. Windows color (decimal): -5402646 or 15372205. OLE color: 15372205.

HSL color Cylindrical-coordinate representation of color #AD8FEA: hue angle of 259.78º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8FEA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173143234-
CMYK0.260.3900.08
HSL259.78º68.42%73.92%-
HSV(B)259.78º38.89%91.76%-
XYZ41.9134.4782.29-
YUV162.34168.44135.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=31.45%
G=26%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731432340.260.3900.08259.7868.4273.92
HexAD8FEA1A2708104444a
Octal2552173523247010404104112
Binary101011011000111111101010110101001110100010000010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FEA; }

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

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

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

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

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

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

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

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