#AD9ACC

Color #AD9ACC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD9ACC

Tints of Biloba Flower #AD9ACC

Color information

#AD9ACC (or 0xAD9ACC) is unknown color: approx 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

RGB173154204-
CMYK0.150.2500.2
HSL262.8º32.89%70.2%-
HSV(B)262.8º24.51%80%-
XYZ39.6936.3662.05-
YUV165.38149.79133.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=32.58%
G=29.00%
B=38.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731542040.150.2500.2262.832.8970.2
HexAD9ACCF190141072146
Octal255232314173102440741106
Binary1010110110011010110011001111110010101001000001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>