Html Css Color HEX #AD9EDC Biloba Flower

📋 copy color: '#AD9EDC'

red 173 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #AD9EDC

Tints of Biloba Flower #AD9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

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

R = 31.4%
G = 28.68%
B = 39.93%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD9EDC (or 0xAD9EDC) is known color: Biloba Flower. HEX triplet: AD, 9E and DC. RGB value is (173,158,220). Sum of RGB (Red+Green+Blue) = 173+158+220=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EDC is #526123. Grayscale: #A9A9A9. Windows color (decimal): -5398820 or 14458541. OLE color: 14458541.

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

Color convert

RGB 173 158 220 -
CMYK 0.21 0.28 0 0.14
HSL 254.52º 0.47% 0.74% -
HSV(B) 254.52º 0.28% 0.86% -
XYZ 42.38 38.51 72.91 -
YUV 169.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 173 158 220 0.21 0.28 0 0.14 254.52 0.47 0.74
Hex AD 9E DC 15 1C 0 E FF 2F 4A
Octal 255 236 334 25 34 0 16 377 57 112
Binary 10101101 10011110 11011100 10101 11100 0 1110 11111111 101111 1001010

Color Harmonies of #AD9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EDC

Black with #AD9EDC

Text Example


Text Example

White with #AD9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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