#AC99DD

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

Shades of Biloba Flower #AC99DD

Tints of Biloba Flower #AC99DD

Color information

#AC99DD (or 0xAC99DD) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and DD. RGB value is (172,153,221). Sum of RGB (Red+Green+Blue) = 172+153+221=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DD is #536622. Grayscale: #A6A6A6. Windows color (decimal): -5465635 or 14522796. OLE color: 14522796.

HSL color Cylindrical-coordinate representation of color #AC99DD: hue angle of 256.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC99DD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172153221-
CMYK0.220.3100.13
HSL256.76º50%73.33%-
HSV(B)256.76º30.77%86.67%-
XYZ41.4636.7773.32-
YUV166.43158.79131.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=31.50%
G=28.02%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721532210.220.3100.13256.765073.33
HexAC99DD161F0D1013249
Octal254231335263701540162111
Binary1010110010011001110111011011011111011011000000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99DD; }

 p { color: rgb(172,153,221); }

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

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

 a { background-color: rgb(172,153,221); }

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

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

 span { border-color: rgb(172,153,221); }

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