Html Css Color HEX #AD9CDE Biloba Flower

📋 copy color: '#AD9CDE'

red 173 ◦ green 156 ◦ blue 222

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

Shades of Biloba Flower #AD9CDE

Tints of Biloba Flower #AD9CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 31.4%
G = 28.31%
B = 40.29%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9CDE (or 0xAD9CDE) is known color: Biloba Flower. HEX triplet: AD, 9C and DE. RGB value is (173,156,222). Sum of RGB (Red+Green+Blue) = 173+156+222=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CDE is #526321. Grayscale: #A8A8A8. Windows color (decimal): -5399330 or 14589101. OLE color: 14589101.

HSL color Cylindrical-coordinate representation of color #AD9CDE: hue angle of 255.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9CDE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 156 222 -
CMYK 0.22 0.30 0 0.13
HSL 255.45º 0.5% 0.74% -
HSV(B) 255.45º 0.3% 0.87% -
XYZ 42.31 37.94 74.2 -
YUV 168.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 173 156 222 0.22 0.30 0 0.13 255.45 0.5 0.74
Hex AD 9C DE 16 1E 0 D FF 32 4A
Octal 255 234 336 26 36 0 15 377 62 112
Binary 10101101 10011100 11011110 10110 11110 0 1101 11111111 110010 1001010

Color Harmonies of #AD9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CDE

Black with #AD9CDE

Text Example


Text Example

White with #AD9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CDE; }

 p { color: rgb(173,156,222); }

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

background-color css

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

 a { background-color: rgb(173,156,222); }

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

border-color css

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

 span { border-color: rgb(173,156,222); }

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