#AC94CB

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

Shades of Biloba Flower #AC94CB

Tints of Biloba Flower #AC94CB

Color information

#AC94CB (or 0xAC94CB) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and CB. RGB value is (172,148,203). Sum of RGB (Red+Green+Blue) = 172+148+203=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94CB is #536B34. Grayscale: #A1A1A1. Windows color (decimal): -5466933 or 13341868. OLE color: 13341868.

HSL color Cylindrical-coordinate representation of color #AC94CB: hue angle of 266.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC94CB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172148203-
CMYK0.150.2700.20
HSL266.18º34.59%68.82%-
HSV(B)266.18º27.09%79.61%-
XYZ38.3834.2661.09-
YUV161.45151.45135.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=32.89%
G=28.30%
B=38.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721482030.150.2700.20266.1834.5968.82
HexAC94CBF1B01410a2345
Octal254224313173302441243105
Binary1010110010010100110010111111110110101001000010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94CB; }

 p { color: rgb(172,148,203); }

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

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

 a { background-color: rgb(172,148,203); }

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

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

 span { border-color: rgb(172,148,203); }

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