Html Css Color HEX #AD9ACF Biloba Flower

📋 copy color: '#AD9ACF'

red 173 ◦ green 154 ◦ blue 207

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

Shades of Biloba Flower #AD9ACF

Tints of Biloba Flower #AD9ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 32.4%
G = 28.84%
B = 38.76%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD9ACF (or 0xAD9ACF) is known color: Biloba Flower. HEX triplet: AD, 9A and CF. RGB value is (173,154,207). Sum of RGB (Red+Green+Blue) = 173+154+207=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACF is #526530. Grayscale: #A5A5A5. Windows color (decimal): -5399857 or 13605549. OLE color: 13605549.

HSL color Cylindrical-coordinate representation of color #AD9ACF: hue angle of 261.51º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9ACF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 154 207 -
CMYK 0.16 0.26 0 0.19
HSL 261.51º 0.36% 0.71% -
HSV(B) 261.51º 0.26% 0.81% -
XYZ 40.05 36.5 63.97 -
YUV 165.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 173 154 207 0.16 0.26 0 0.19 261.51 0.36 0.71
Hex AD 9A CF 10 1A 0 13 106 24 47
Octal 255 232 317 20 32 0 23 406 44 107
Binary 10101101 10011010 11001111 10000 11010 0 10011 100000110 100100 1000111

Color Harmonies of #AD9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ACF

Black with #AD9ACF

Text Example


Text Example

White with #AD9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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