#AC9BD5

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

Shades of Biloba Flower #AC9BD5

Tints of Biloba Flower #AC9BD5

Color information

#AC9BD5 (or 0xAC9BD5) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and D5. RGB value is (172,155,213). Sum of RGB (Red+Green+Blue) = 172+155+213=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC9BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BD5 is #53642A. Grayscale: #A6A6A6. Windows color (decimal): -5465131 or 13999020. OLE color: 13999020.

HSL color Cylindrical-coordinate representation of color #AC9BD5: hue angle of 257.59º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC9BD5 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172155213-
CMYK0.190.2700.16
HSL257.59º40.85%72.16%-
HSV(B)257.59º27.23%83.53%-
XYZ40.7437.0267.95-
YUV166.7154.13131.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=31.85%
G=28.70%
B=39.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721552130.190.2700.16257.5940.8572.16
HexAC9BD5131B0101022948
Octal254233325233302040251110
Binary10101100100110111101010110011110110100001000000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BD5; }

 p { color: rgb(172,155,213); }

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

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

 a { background-color: rgb(172,155,213); }

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

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

 span { border-color: rgb(172,155,213); }

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