#AD94CC

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

Shades of Biloba Flower #AD94CC

Tints of Biloba Flower #AD94CC

Color information

#AD94CC (or 0xAD94CC) is unknown color: approx Biloba Flower. HEX triplet: AD, 94 and CC. RGB value is (173,148,204). Sum of RGB (Red+Green+Blue) = 173+148+204=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94CC is #526B33. Grayscale: #A1A1A1. Windows color (decimal): -5401396 or 13407405. OLE color: 13407405.

HSL color Cylindrical-coordinate representation of color #AD94CC: hue angle of 266.79º 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 #AD94CC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173148204-
CMYK0.150.2700.2
HSL266.79º35.44%69.02%-
HSV(B)266.79º27.45%80%-
XYZ38.7234.4261.73-
YUV161.86151.78135.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=32.95%
G=28.19%
B=38.86%

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
Decimal1731482040.150.2700.2266.7935.4469.02
HexAD94CCF1B01410b2345
Octal255224314173302441343105
Binary1010110110010100110011001111110110101001000010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94CC; }

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

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

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

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

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

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

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

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