#AC90E1

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

Shades of Biloba Flower #AC90E1

Tints of Biloba Flower #AC90E1

Color information

#AC90E1 (or 0xAC90E1) is unknown color: approx Biloba Flower. HEX triplet: AC, 90 and E1. RGB value is (172,144,225). Sum of RGB (Red+Green+Blue) = 172+144+225=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90E1 is #536F1E. Grayscale: #A1A1A1. Windows color (decimal): -5467935 or 14782636. OLE color: 14782636.

HSL color Cylindrical-coordinate representation of color #AC90E1: hue angle of 260.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC90E1 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172144225-
CMYK0.240.3600.12
HSL260.74º57.45%72.35%-
HSV(B)260.74º36%88.24%-
XYZ40.5834.1575.69-
YUV161.61163.78135.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=31.79%
G=26.62%
B=41.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721442250.240.3600.12260.7457.4572.35
HexAC90E118240C1053948
Octal254220341304401440571110
Binary10101100100100001110000111000100100011001000001011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90E1; }

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

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

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

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

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

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

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

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