#AC90FD

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

Shades of Biloba Flower #AC90FD

Tints of Biloba Flower #AC90FD

Color information

#AC90FD (or 0xAC90FD) is unknown color: approx Biloba Flower. HEX triplet: AC, 90 and FD. RGB value is (172,144,253). Sum of RGB (Red+Green+Blue) = 172+144+253=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90FD is #536F02. Grayscale: #A4A4A4. Windows color (decimal): -5467907 or 16617644. OLE color: 16617644.

HSL color Cylindrical-coordinate representation of color #AC90FD: hue angle of 255.41º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC90FD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172144253-
CMYK0.320.4300.01
HSL255.41º96.46%77.84%-
HSV(B)255.41º43.08%99.22%-
XYZ44.7235.8197.48-
YUV164.8177.78133.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=30.23%
G=25.31%
B=44.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721442530.320.4300.01255.4196.4677.84
HexAC90FD202B01ff604e
Octal254220375405301377140116
Binary101011001001000011111101100000101011011111111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90FD; }

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

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

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

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

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

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

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

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