#AC94CA

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

Shades of Biloba Flower #AC94CA

Tints of Biloba Flower #AC94CA

Color information

#AC94CA (or 0xAC94CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and CA. RGB value is (172,148,202). Sum of RGB (Red+Green+Blue) = 172+148+202=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94CA is #536B35. Grayscale: #A1A1A1. Windows color (decimal): -5466934 or 13276332. OLE color: 13276332.

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

Color convert

RGB172148202-
CMYK0.150.2700.21
HSL266.67º33.75%68.63%-
HSV(B)266.67º26.73%79.22%-
XYZ38.2634.2160.46-
YUV161.33150.95135.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=32.95%
G=28.35%
B=38.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721482020.150.2700.21266.6733.7568.63
HexAC94CAF1B01510b2245
Octal254224312173302541342105
Binary1010110010010100110010101111110110101011000010111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94CA; }

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

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

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

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

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

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

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

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