#AC92E4

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

Shades of Biloba Flower #AC92E4

Tints of Biloba Flower #AC92E4

Color information

#AC92E4 (or 0xAC92E4) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and E4. RGB value is (172,146,228). Sum of RGB (Red+Green+Blue) = 172+146+228=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC92E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92E4 is #536D1B. Grayscale: #A2A2A2. Windows color (decimal): -5467420 or 14979756. OLE color: 14979756.

HSL color Cylindrical-coordinate representation of color #AC92E4: hue angle of 259.02º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC92E4 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172146228-
CMYK0.250.3600.11
HSL259.02º60.29%73.33%-
HSV(B)259.02º35.96%89.41%-
XYZ41.334.9377.96-
YUV163.12164.61134.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 228 (89.45% from 255) = 41.76%
R=31.50%
G=26.74%
B=41.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721462280.250.3600.11259.0260.2973.33
HexAC92E419240B1033c49
Octal254222344314401340374111
Binary10101100100100101110010011001100100010111000000111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92E4; }

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

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

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

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

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

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

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

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