#AC98E0

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

Shades of Biloba Flower #AC98E0

Tints of Biloba Flower #AC98E0

Color information

#AC98E0 (or 0xAC98E0) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and E0. RGB value is (172,152,224). Sum of RGB (Red+Green+Blue) = 172+152+224=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC98E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98E0 is #53671F. Grayscale: #A5A5A5. Windows color (decimal): -5465888 or 14719148. OLE color: 14719148.

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

Color convert

RGB172152224-
CMYK0.230.3200.12
HSL256.67º53.73%73.73%-
HSV(B)256.67º32.14%87.84%-
XYZ41.736.6175.39-
YUV166.19160.63132.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=31.39%
G=27.74%
B=40.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721522240.230.3200.12256.6753.7373.73
HexAC98E017200C101364a
Octal254230340274001440166112
Binary10101100100110001110000010111100000011001000000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98E0; }

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

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

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

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

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

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

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

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