#ADA3CD

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

Shades of Biloba Flower #ADA3CD

Tints of Biloba Flower #ADA3CD

Color information

#ADA3CD (or 0xADA3CD) is unknown color: approx Biloba Flower. HEX triplet: AD, A3 and CD. RGB value is (173,163,205). Sum of RGB (Red+Green+Blue) = 173+163+205=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3CD is #525C32. Grayscale: #AAAAAA. Windows color (decimal): -5397555 or 13476781. OLE color: 13476781.

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

Color convert

RGB173163205-
CMYK0.160.2000.20
HSL254.29º29.58%72.16%-
HSV(B)254.29º20.49%80.39%-
XYZ41.3539.4963.2-
YUV170.78147.31129.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=31.98%
G=30.13%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731632050.160.2000.20254.2929.5872.16
HexADA3CD1014014fe1e48
Octal255243315202402437636110
Binary101011011010001111001101100001010001010011111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3CD; }

 p { color: rgb(173,163,205); }

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

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

 a { background-color: rgb(173,163,205); }

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

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

 span { border-color: rgb(173,163,205); }

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