Html Css Color HEX #AD9ADF Biloba Flower

📋 copy color: '#AD9ADF'

red 173 ◦ green 154 ◦ blue 223

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

Shades of Biloba Flower #AD9ADF

Tints of Biloba Flower #AD9ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 31.45%
G = 28%
B = 40.55%

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

#AD9ADF (or 0xAD9ADF) is known color: Biloba Flower. HEX triplet: AD, 9A and DF. RGB value is (173,154,223). Sum of RGB (Red+Green+Blue) = 173+154+223=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ADF is #526520. Grayscale: #A7A7A7. Windows color (decimal): -5399841 or 14654125. OLE color: 14654125.

HSL color Cylindrical-coordinate representation of color #AD9ADF: hue angle of 256.52º degrees, saturation: 0.52, 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 #AD9ADF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 154 223 -
CMYK 0.22 0.31 0 0.13
HSL 256.52º 0.52% 0.74% -
HSV(B) 256.52º 0.31% 0.87% -
XYZ 42.11 37.32 74.8 -
YUV 167.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 173 154 223 0.22 0.31 0 0.13 256.52 0.52 0.74
Hex AD 9A DF 16 1F 0 D 101 34 4A
Octal 255 232 337 26 37 0 15 401 64 112
Binary 10101101 10011010 11011111 10110 11111 0 1101 100000001 110100 1001010

Color Harmonies of #AD9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ADF

Black with #AD9ADF

Text Example


Text Example

White with #AD9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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