#AC92FD

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

Shades of Biloba Flower #AC92FD

Tints of Biloba Flower #AC92FD

Color information

#AC92FD (or 0xAC92FD) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and FD. RGB value is (172,146,253). Sum of RGB (Red+Green+Blue) = 172+146+253=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC92FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC92FD is #536D02. Grayscale: #A5A5A5. Windows color (decimal): -5467395 or 16618156. OLE color: 16618156.

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

Color convert

RGB172146253-
CMYK0.320.4200.01
HSL254.58º96.4%78.24%-
HSV(B)254.58º42.29%99.22%-
XYZ45.0236.4297.59-
YUV165.97177.11132.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=30.12%
G=25.57%
B=44.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721462530.320.4200.01254.5896.478.24
HexAC92FD202A01ff604e
Octal254222375405201377140116
Binary101011001001001011111101100000101010011111111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92FD; }

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

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

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

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

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

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

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

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