#AC92CA

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

Shades of Biloba Flower #AC92CA

Tints of Biloba Flower #AC92CA

Color information

#AC92CA (or 0xAC92CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and CA. RGB value is (172,146,202). Sum of RGB (Red+Green+Blue) = 172+146+202=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92CA is #536D35. Grayscale: #9F9F9F. Windows color (decimal): -5467446 or 13275820. OLE color: 13275820.

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

Color convert

RGB172146202-
CMYK0.150.2800.21
HSL267.86º34.57%68.24%-
HSV(B)267.86º27.72%79.22%-
XYZ37.9533.5960.36-
YUV160.16151.61136.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=33.08%
G=28.08%
B=38.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721462020.150.2800.21267.8634.5768.24
HexAC92CAF1C01510c2344
Octal254222312173402541443104
Binary1010110010010010110010101111111000101011000011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92CA; }

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

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

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

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

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

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

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

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