#AC9BCA

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

Shades of Biloba Flower #AC9BCA

Tints of Biloba Flower #AC9BCA

Color information

#AC9BCA (or 0xAC9BCA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and CA. RGB value is (172,155,202). Sum of RGB (Red+Green+Blue) = 172+155+202=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BCA is #536435. Grayscale: #A5A5A5. Windows color (decimal): -5465142 or 13278124. OLE color: 13278124.

HSL color Cylindrical-coordinate representation of color #AC9BCA: hue angle of 261.7º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9BCA is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172155202-
CMYK0.150.2300.21
HSL261.7º30.72%70%-
HSV(B)261.7º23.27%79.22%-
XYZ39.436.4860.84-
YUV165.44148.63132.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=32.51%
G=29.30%
B=38.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721552020.150.2300.21261.730.7270
HexAC9BCAF170151061f46
Octal254233312172702540637106
Binary101011001001101111001010111110111010101100000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BCA; }

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

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

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

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

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

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

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

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