Html Css Color HEX #AD9DDC Biloba Flower

📋 copy color: '#AD9DDC'

red 173 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #AD9DDC

Tints of Biloba Flower #AD9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 31.45%
G = 28.55%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9DDC (or 0xAD9DDC) is known color: Biloba Flower. HEX triplet: AD, 9D and DC. RGB value is (173,157,220). Sum of RGB (Red+Green+Blue) = 173+157+220=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DDC is #526223. Grayscale: #A8A8A8. Windows color (decimal): -5399076 or 14458285. OLE color: 14458285.

HSL color Cylindrical-coordinate representation of color #AD9DDC: hue angle of 255.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9DDC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 157 220 -
CMYK 0.21 0.29 0 0.14
HSL 255.24º 0.47% 0.74% -
HSV(B) 255.24º 0.29% 0.86% -
XYZ 42.21 38.17 72.85 -
YUV 168.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 173 157 220 0.21 0.29 0 0.14 255.24 0.47 0.74
Hex AD 9D DC 15 1D 0 E FF 2F 4A
Octal 255 235 334 25 35 0 16 377 57 112
Binary 10101101 10011101 11011100 10101 11101 0 1110 11111111 101111 1001010

Color Harmonies of #AD9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DDC

Black with #AD9DDC

Text Example


Text Example

White with #AD9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DDC; }

 p { color: rgb(173,157,220); }

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

background-color css

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

 a { background-color: rgb(173,157,220); }

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

border-color css

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

 span { border-color: rgb(173,157,220); }

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