#AC90CA

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

Shades of Biloba Flower #AC90CA

Tints of Biloba Flower #AC90CA

Color information

#AC90CA (or 0xAC90CA) is unknown color: approx Biloba Flower. HEX triplet: AC, 90 and CA. RGB value is (172,144,202). Sum of RGB (Red+Green+Blue) = 172+144+202=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90CA is #536F35. Grayscale: #9E9E9E. Windows color (decimal): -5467958 or 13275308. OLE color: 13275308.

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

Color convert

RGB172144202-
CMYK0.150.2900.21
HSL268.97º35.37%67.84%-
HSV(B)268.97º28.71%79.22%-
XYZ37.6532.9860.26-
YUV158.98152.28137.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=33.20%
G=27.80%
B=39.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721442020.150.2900.21268.9735.3767.84
HexAC90CAF1D01510d2344
Octal254220312173502541543104
Binary1010110010010000110010101111111010101011000011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90CA; }

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

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

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

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

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

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

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

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