#AC94CF

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

Shades of Biloba Flower #AC94CF

Tints of Biloba Flower #AC94CF

Color information

#AC94CF (or 0xAC94CF) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and CF. RGB value is (172,148,207). Sum of RGB (Red+Green+Blue) = 172+148+207=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94CF is #536B30. Grayscale: #A1A1A1. Windows color (decimal): -5466929 or 13604012. OLE color: 13604012.

HSL color Cylindrical-coordinate representation of color #AC94CF: hue angle of 264.41º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC94CF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172148207-
CMYK0.170.2900.19
HSL264.41º38.06%69.61%-
HSV(B)264.41º28.5%81.18%-
XYZ38.8734.4663.63-
YUV161.9153.45135.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=32.64%
G=28.08%
B=39.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721482070.170.2900.19264.4138.0669.61
HexAC94CF111D0131082646
Octal254224317213502341046106
Binary10101100100101001100111110001111010100111000010001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94CF; }

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

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

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

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

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

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

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

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