#AC9ADC

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

Shades of Biloba Flower #AC9ADC

Tints of Biloba Flower #AC9ADC

Color information

#AC9ADC (or 0xAC9ADC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and DC. RGB value is (172,154,220). Sum of RGB (Red+Green+Blue) = 172+154+220=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADC is #536523. Grayscale: #A6A6A6. Windows color (decimal): -5465380 or 14457516. OLE color: 14457516.

HSL color Cylindrical-coordinate representation of color #AC9ADC: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9ADC is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172154220-
CMYK0.220.300.14
HSL256.36º48.53%73.33%-
HSV(B)256.36º30%86.27%-
XYZ41.4937.0572.67-
YUV166.91157.96131.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=31.50%
G=28.21%
B=40.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721542200.220.300.14256.3648.5373.33
HexAC9ADC161E0E1003149
Octal254232334263601640061111
Binary1010110010011010110111001011011110011101000000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ADC; }

 p { color: rgb(172,154,220); }

 H1.HeaderClassName
 {
   color: #AC9ADC;
 }
 .AnyTagClassName
 {
   color: #AC9ADC;
 }
</style>
background-color css

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

 a { background-color: rgb(172,154,220); }

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

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

 span { border-color: rgb(172,154,220); }

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