#AC83EE

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

Shades of Biloba Flower #AC83EE

Tints of Biloba Flower #AC83EE

Color information

#AC83EE (or 0xAC83EE) is unknown color: approx Biloba Flower. HEX triplet: AC, 83 and EE. RGB value is (172,131,238). Sum of RGB (Red+Green+Blue) = 172+131+238=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC83EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83EE is #537C11. Grayscale: #9B9B9B. Windows color (decimal): -5471250 or 15631276. OLE color: 15631276.

HSL color Cylindrical-coordinate representation of color #AC83EE: hue angle of 262.99º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC83EE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172131238-
CMYK0.280.4500.07
HSL262.99º75.89%72.35%-
HSV(B)262.99º44.96%93.33%-
XYZ40.5631.1884.77-
YUV155.46174.58139.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=31.79%
G=24.21%
B=43.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721312380.280.4500.07262.9975.8972.35
HexAC83EE1C2D071074c48
Octal254203356345507407114110
Binary10101100100000111110111011100101101011110000011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83EE; }

 p { color: rgb(172,131,238); }

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

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

 a { background-color: rgb(172,131,238); }

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

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

 span { border-color: rgb(172,131,238); }

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