#AC92CF

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

Shades of Biloba Flower #AC92CF

Tints of Biloba Flower #AC92CF

Color information

#AC92CF (or 0xAC92CF) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and CF. RGB value is (172,146,207). Sum of RGB (Red+Green+Blue) = 172+146+207=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC92CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92CF is #536D30. Grayscale: #A0A0A0. Windows color (decimal): -5467441 or 13603500. OLE color: 13603500.

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

Color convert

RGB172146207-
CMYK0.170.2900.19
HSL265.57º38.85%69.22%-
HSV(B)265.57º29.47%81.18%-
XYZ38.5533.8363.53-
YUV160.73154.11136.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=32.76%
G=27.81%
B=39.43%

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
Decimal1721462070.170.2900.19265.5738.8569.22
HexAC92CF111D01310a2745
Octal254222317213502341247105
Binary10101100100100101100111110001111010100111000010101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92CF; }

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

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

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

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

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

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

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

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