#ADA2CF

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

Shades of Biloba Flower #ADA2CF

Tints of Biloba Flower #ADA2CF

Color information

#ADA2CF (or 0xADA2CF) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and CF. RGB value is (173,162,207). Sum of RGB (Red+Green+Blue) = 173+162+207=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2CF is #525D30. Grayscale: #AAAAAA. Windows color (decimal): -5397809 or 13607597. OLE color: 13607597.

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

Color convert

RGB173162207-
CMYK0.160.2200.19
HSL254.67º31.91%72.35%-
HSV(B)254.67º21.74%81.18%-
XYZ41.4239.2364.42-
YUV170.42148.64129.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=31.92%
G=29.89%
B=38.19%

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
Decimal1731622070.160.2200.19254.6731.9172.35
HexADA2CF1016013ff2048
Octal255242317202602337740110
Binary1010110110100010110011111000010110010011111111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2CF; }

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

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

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

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

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

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

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

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