#AD99CD

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

Shades of Biloba Flower #AD99CD

Tints of Biloba Flower #AD99CD

Color information

#AD99CD (or 0xAD99CD) is unknown color: approx Biloba Flower. HEX triplet: AD, 99 and CD. RGB value is (173,153,205). Sum of RGB (Red+Green+Blue) = 173+153+205=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD99CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CD is #526632. Grayscale: #A4A4A4. Windows color (decimal): -5400115 or 13474221. OLE color: 13474221.

HSL color Cylindrical-coordinate representation of color #AD99CD: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD99CD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173153205-
CMYK0.160.2500.20
HSL263.08º34.21%70.2%-
HSV(B)263.08º25.37%80.39%-
XYZ39.6436.0762.63-
YUV164.91150.63133.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=32.58%
G=28.81%
B=38.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731532050.160.2500.20263.0834.2170.2
HexAD99CD10190141072246
Octal255231315203102440742106
Binary10101101100110011100110110000110010101001000001111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD99CD; }

 p { color: rgb(173,153,205); }

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

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

 a { background-color: rgb(173,153,205); }

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

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

 span { border-color: rgb(173,153,205); }

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