#AC9DCD

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

Shades of Biloba Flower #AC9DCD

Tints of Biloba Flower #AC9DCD

Color information

#AC9DCD (or 0xAC9DCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and CD. RGB value is (172,157,205). Sum of RGB (Red+Green+Blue) = 172+157+205=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DCD is #536232. Grayscale: #A6A6A6. Windows color (decimal): -5464627 or 13475244. OLE color: 13475244.

HSL color Cylindrical-coordinate representation of color #AC9DCD: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9DCD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172157205-
CMYK0.160.2300.20
HSL258.75º32.43%70.98%-
HSV(B)258.75º23.41%80.39%-
XYZ40.0937.2962.84-
YUV166.96149.47131.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=32.21%
G=29.40%
B=38.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721572050.160.2300.20258.7532.4370.98
HexAC9DCD10170141032047
Octal254235315202702440340107
Binary10101100100111011100110110000101110101001000000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DCD; }

 p { color: rgb(172,157,205); }

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

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

 a { background-color: rgb(172,157,205); }

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

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

 span { border-color: rgb(172,157,205); }

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