#AD95FB

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

Shades of Biloba Flower #AD95FB

Tints of Biloba Flower #AD95FB

Color information

#AD95FB (or 0xAD95FB) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and FB. RGB value is (173,149,251). Sum of RGB (Red+Green+Blue) = 173+149+251=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD95FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD95FB is #526A04. Grayscale: #A7A7A7. Windows color (decimal): -5401093 or 16487853. OLE color: 16487853.

HSL color Cylindrical-coordinate representation of color #AD95FB: hue angle of 254.12º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD95FB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173149251-
CMYK0.310.4100.02
HSL254.12º92.73%78.43%-
HSV(B)254.12º40.64%98.43%-
XYZ45.3937.3496.08-
YUV167.8174.95131.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=30.19%
G=26.00%
B=43.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731492510.310.4100.02254.1292.7378.43
HexAD95FB1F2902fe5d4e
Octal255225373375102376135116
Binary101011011001010111111011111111010010101111111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95FB; }

 p { color: rgb(173,149,251); }

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

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

 a { background-color: rgb(173,149,251); }

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

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

 span { border-color: rgb(173,149,251); }

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