#AD8FF2

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

Shades of Biloba Flower #AD8FF2

Tints of Biloba Flower #AD8FF2

Color information

#AD8FF2 (or 0xAD8FF2) is unknown color: approx Biloba Flower. HEX triplet: AD, 8F and F2. RGB value is (173,143,242). Sum of RGB (Red+Green+Blue) = 173+143+242=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD8FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FF2 is #52700D. Grayscale: #A2A2A2. Windows color (decimal): -5402638 or 15896493. OLE color: 15896493.

HSL color Cylindrical-coordinate representation of color #AD8FF2: hue angle of 258.18º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8FF2 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173143242-
CMYK0.290.4100.05
HSL258.18º79.2%75.49%-
HSV(B)258.18º40.91%94.9%-
XYZ43.0834.9488.48-
YUV163.26172.44134.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 242 (94.92% from 255) = 43.37%
R=31.00%
G=25.63%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731432420.290.4100.05258.1879.275.49
HexAD8FF21D29051024f4b
Octal255217362355105402117113
Binary10101101100011111111001011101101001010110000001010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FF2; }

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

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

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

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

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

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

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

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