#ADA1CC

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

Shades of Biloba Flower #ADA1CC

Tints of Biloba Flower #ADA1CC

Color information

#ADA1CC (or 0xADA1CC) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and CC. RGB value is (173,161,204). Sum of RGB (Red+Green+Blue) = 173+161+204=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1CC is #525E33. Grayscale: #A9A9A9. Windows color (decimal): -5398068 or 13410733. OLE color: 13410733.

HSL color Cylindrical-coordinate representation of color #ADA1CC: hue angle of 256.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA1CC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173161204-
CMYK0.150.2100.2
HSL256.74º29.66%71.57%-
HSV(B)256.74º21.08%80%-
XYZ40.8838.7362.45-
YUV169.49147.48130.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=32.16%
G=29.93%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731612040.150.2100.2256.7429.6671.57
HexADA1CCF150141011e48
Octal255241314172502440136110
Binary101011011010000111001100111110101010100100000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1CC; }

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

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

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

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

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

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

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

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