#ADA2C1

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

Shades of Biloba Flower #ADA2C1

Tints of Biloba Flower #ADA2C1

Color information

#ADA2C1 (or 0xADA2C1) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and C1. RGB value is (173,162,193). Sum of RGB (Red+Green+Blue) = 173+162+193=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2C1 is #525D3E. Grayscale: #A8A8A8. Windows color (decimal): -5397823 or 12690093. OLE color: 12690093.

HSL color Cylindrical-coordinate representation of color #ADA2C1: hue angle of 261.29º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA2C1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173162193-
CMYK0.100.1600.24
HSL261.29º20%69.61%-
HSV(B)261.29º16.06%75.69%-
XYZ39.7838.5855.8-
YUV168.82141.64130.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=32.77%
G=30.68%
B=36.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731621930.100.1600.24261.292069.61
HexADA2C1A100181051446
Octal255242301122003040524106
Binary101011011010001011000001101010000011000100000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2C1; }

 p { color: rgb(173,162,193); }

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

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

 a { background-color: rgb(173,162,193); }

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

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

 span { border-color: rgb(173,162,193); }

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