#AD90CA

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

Shades of Biloba Flower #AD90CA

Tints of Biloba Flower #AD90CA

Color information

#AD90CA (or 0xAD90CA) is unknown color: approx Biloba Flower. HEX triplet: AD, 90 and CA. RGB value is (173,144,202). Sum of RGB (Red+Green+Blue) = 173+144+202=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90CA is #526F35. Grayscale: #9F9F9F. Windows color (decimal): -5402422 or 13275309. OLE color: 13275309.

HSL color Cylindrical-coordinate representation of color #AD90CA: hue angle of 270º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD90CA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173144202-
CMYK0.140.2900.21
HSL270º35.37%67.84%-
HSV(B)270º28.71%79.22%-
XYZ37.8733.160.27-
YUV159.28152.11137.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=33.33%
G=27.75%
B=38.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731442020.140.2900.2127035.3767.84
HexAD90CAE1D01510e2344
Octal255220312163502541643104
Binary1010110110010000110010101110111010101011000011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90CA; }

 p { color: rgb(173,144,202); }

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

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

 a { background-color: rgb(173,144,202); }

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

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

 span { border-color: rgb(173,144,202); }

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