#ADA0CE

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

Shades of Biloba Flower #ADA0CE

Tints of Biloba Flower #ADA0CE

Color information

#ADA0CE (or 0xADA0CE) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and CE. RGB value is (173,160,206). Sum of RGB (Red+Green+Blue) = 173+160+206=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0CE is #525F31. Grayscale: #A8A8A8. Windows color (decimal): -5398322 or 13541549. OLE color: 13541549.

HSL color Cylindrical-coordinate representation of color #ADA0CE: hue angle of 256.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA0CE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173160206-
CMYK0.160.2200.19
HSL256.96º31.94%71.76%-
HSV(B)256.96º22.33%80.78%-
XYZ40.9438.4863.66-
YUV169.13148.81130.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=32.10%
G=29.68%
B=38.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731602060.160.2200.19256.9631.9471.76
HexADA0CE10160131012048
Octal255240316202602340140110
Binary10101101101000001100111010000101100100111000000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0CE; }

 p { color: rgb(173,160,206); }

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

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

 a { background-color: rgb(173,160,206); }

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

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

 span { border-color: rgb(173,160,206); }

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