#AC96E0

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

Shades of Biloba Flower #AC96E0

Tints of Biloba Flower #AC96E0

Color information

#AC96E0 (or 0xAC96E0) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and E0. RGB value is (172,150,224). Sum of RGB (Red+Green+Blue) = 172+150+224=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC96E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96E0 is #53691F. Grayscale: #A4A4A4. Windows color (decimal): -5466400 or 14718636. OLE color: 14718636.

HSL color Cylindrical-coordinate representation of color #AC96E0: hue angle of 257.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC96E0 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172150224-
CMYK0.230.3300.12
HSL257.84º54.41%73.33%-
HSV(B)257.84º33.04%87.84%-
XYZ41.3735.9775.28-
YUV165.01161.29132.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 224 (87.89% from 255) = 41.03%
R=31.50%
G=27.47%
B=41.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721502240.230.3300.12257.8454.4173.33
HexAC96E017210C1023649
Octal254226340274101440266111
Binary10101100100101101110000010111100001011001000000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96E0; }

 p { color: rgb(172,150,224); }

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

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

 a { background-color: rgb(172,150,224); }

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

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

 span { border-color: rgb(172,150,224); }

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