Html Css Color HEX #AD9ACC Biloba Flower

📋 copy color: '#AD9ACC'

red 173 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #AD9ACC

Tints of Biloba Flower #AD9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 32.58%
G = 29%
B = 38.42%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD9ACC (or 0xAD9ACC) is known color: Biloba Flower. HEX triplet: AD, 9A and CC. RGB value is (173,154,204). Sum of RGB (Red+Green+Blue) = 173+154+204=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACC is #526533. Grayscale: #A5A5A5. Windows color (decimal): -5399860 or 13408941. OLE color: 13408941.

HSL color Cylindrical-coordinate representation of color #AD9ACC: hue angle of 262.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9ACC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 154 204 -
CMYK 0.15 0.25 0 0.2
HSL 262.8º 0.33% 0.7% -
HSV(B) 262.8º 0.25% 0.8% -
XYZ 39.69 36.36 62.05 -
YUV 165.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 173 154 204 0.15 0.25 0 0.2 262.8 0.33 0.7
Hex AD 9A CC F 19 0 14 107 21 46
Octal 255 232 314 17 31 0 24 407 41 106
Binary 10101101 10011010 11001100 1111 11001 0 10100 100000111 100001 1000110

Color Harmonies of #AD9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ACC

Black with #AD9ACC

Text Example


Text Example

White with #AD9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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