Html Css Color HEX #AD9ACE Biloba Flower

📋 copy color: '#AD9ACE'

red 173 ◦ green 154 ◦ blue 206

#AD9ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AD9ACE

Tints of Biloba Flower #AD9ACE

RGB

 RED value IS 173 (67.97% from 255) = 32.46%

 GREEN value IS 154 (60.55% from 255) = 28.89%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 32.46%
G = 28.89%
B = 38.65%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD9ACE (or 0xAD9ACE) is known color: Biloba Flower. HEX triplet: AD, 9A and CE. RGB value is (173,154,206). Sum of RGB (Red+Green+Blue) = 173+154+206=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACE is #526531. Grayscale: #A5A5A5. Windows color (decimal): -5399858 or 13540013. OLE color: 13540013.

HSL color Cylindrical-coordinate representation of color #AD9ACE: hue angle of 261.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9ACE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 154 206 -
CMYK 0.16 0.25 0 0.19
HSL 261.92º 0.35% 0.71% -
HSV(B) 261.92º 0.25% 0.81% -
XYZ 39.93 36.45 63.32 -
YUV 165.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 173 154 206 0.16 0.25 0 0.19 261.92 0.35 0.71
Hex AD 9A CE 10 19 0 13 106 23 47
Octal 255 232 316 20 31 0 23 406 43 107
Binary 10101101 10011010 11001110 10000 11001 0 10011 100000110 100011 1000111

Color Harmonies of #AD9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ACE

Black with #AD9ACE

Text Example


Text Example

White with #AD9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ACE; }

 p { color: rgb(173,154,206); }

 H1.HeaderClassName
 {
   color: #AD9ACE;
 }
 .AnyTagClassName
 {
   color: #AD9ACE;
 }
</style>

background-color css

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

 a { background-color: rgb(173,154,206); }

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

border-color css

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

 span { border-color: rgb(173,154,206); }

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