Html Css Color HEX #AD9ADE Biloba Flower

📋 copy color: '#AD9ADE'

red 173 ◦ green 154 ◦ blue 222

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

Shades of Biloba Flower #AD9ADE

Tints of Biloba Flower #AD9ADE

RGB

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

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

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

R = 31.51%
G = 28.05%
B = 40.44%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD9ADE (or 0xAD9ADE) is known color: Biloba Flower. HEX triplet: AD, 9A and DE. RGB value is (173,154,222). Sum of RGB (Red+Green+Blue) = 173+154+222=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADE is #526521. Grayscale: #A7A7A7. Windows color (decimal): -5399842 or 14588589. OLE color: 14588589.

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

Color convert

RGB 173 154 222 -
CMYK 0.22 0.31 0 0.13
HSL 256.76º 0.51% 0.74% -
HSV(B) 256.76º 0.31% 0.87% -
XYZ 41.97 37.27 74.09 -
YUV 167.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 173 154 222 0.22 0.31 0 0.13 256.76 0.51 0.74
Hex AD 9A DE 16 1F 0 D 101 33 4A
Octal 255 232 336 26 37 0 15 401 63 112
Binary 10101101 10011010 11011110 10110 11111 0 1101 100000001 110011 1001010

Color Harmonies of #AD9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ADE

Black with #AD9ADE

Text Example


Text Example

White with #AD9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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