#AD95CC

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

Shades of Biloba Flower #AD95CC

Tints of Biloba Flower #AD95CC

Color information

#AD95CC (or 0xAD95CC) is unknown color: approx Biloba Flower. HEX triplet: AD, 95 and CC. RGB value is (173,149,204). Sum of RGB (Red+Green+Blue) = 173+149+204=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD95CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95CC is #526A33. Grayscale: #A2A2A2. Windows color (decimal): -5401140 or 13407661. OLE color: 13407661.

HSL color Cylindrical-coordinate representation of color #AD95CC: hue angle of 266.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD95CC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173149204-
CMYK0.150.2700.2
HSL266.18º35.03%69.22%-
HSV(B)266.18º26.96%80%-
XYZ38.8834.7461.78-
YUV162.45151.45135.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=32.89%
G=28.33%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731492040.150.2700.2266.1835.0369.22
HexAD95CCF1B01410a2345
Octal255225314173302441243105
Binary1010110110010101110011001111110110101001000010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95CC; }

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

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

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

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

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

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

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

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