#ADA1CF

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

Shades of Biloba Flower #ADA1CF

Tints of Biloba Flower #ADA1CF

Color information

#ADA1CF (or 0xADA1CF) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and CF. RGB value is (173,161,207). Sum of RGB (Red+Green+Blue) = 173+161+207=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1CF is #525E30. Grayscale: #A9A9A9. Windows color (decimal): -5398065 or 13607341. OLE color: 13607341.

HSL color Cylindrical-coordinate representation of color #ADA1CF: hue angle of 255.65º 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 #ADA1CF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173161207-
CMYK0.160.2200.19
HSL255.65º32.39%72.16%-
HSV(B)255.65º22.22%81.18%-
XYZ41.2438.8864.36-
YUV169.83148.98130.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=31.98%
G=29.76%
B=38.26%

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
Decimal1731612070.160.2200.19255.6532.3972.16
HexADA1CF10160131002048
Octal255241317202602340040110
Binary10101101101000011100111110000101100100111000000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1CF; }

 p { color: rgb(173,161,207); }

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

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

 a { background-color: rgb(173,161,207); }

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

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

 span { border-color: rgb(173,161,207); }

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