#AD95E4

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

Shades of Biloba Flower #AD95E4

Tints of Biloba Flower #AD95E4

Color information

#AD95E4 (or 0xAD95E4) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and E4. RGB value is (173,149,228). Sum of RGB (Red+Green+Blue) = 173+149+228=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD95E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95E4 is #526A1B. Grayscale: #A4A4A4. Windows color (decimal): -5401116 or 14980525. OLE color: 14980525.

HSL color Cylindrical-coordinate representation of color #AD95E4: hue angle of 258.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD95E4 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173149228-
CMYK0.240.3500.11
HSL258.23º59.4%73.92%-
HSV(B)258.23º34.65%89.41%-
XYZ41.9835.9878.13-
YUV165.18163.45133.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 228 (89.45% from 255) = 41.45%
R=31.45%
G=27.09%
B=41.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731492280.240.3500.11258.2359.473.92
HexAD95E418230B1023b4a
Octal255225344304301340273112
Binary10101101100101011110010011000100011010111000000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95E4; }

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

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

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

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

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

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

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

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