#AC98ED

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

Shades of Biloba Flower #AC98ED

Tints of Biloba Flower #AC98ED

Color information

#AC98ED (or 0xAC98ED) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and ED. RGB value is (172,152,237). Sum of RGB (Red+Green+Blue) = 172+152+237=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC98ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98ED is #536712. Grayscale: #A7A7A7. Windows color (decimal): -5465875 or 15571116. OLE color: 15571116.

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

Color convert

RGB172152237-
CMYK0.270.3600.07
HSL254.12º70.25%76.27%-
HSV(B)254.12º35.86%92.94%-
XYZ43.5337.3485.03-
YUV167.67167.13131.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=30.66%
G=27.09%
B=42.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721522370.270.3600.07254.1270.2576.27
HexAC98ED1B2407fe464c
Octal254230355334407376106114
Binary1010110010011000111011011101110010001111111111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98ED; }

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

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

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

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

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

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

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

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