#AC98CD

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

Shades of Biloba Flower #AC98CD

Tints of Biloba Flower #AC98CD

Color information

#AC98CD (or 0xAC98CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 98 and CD. RGB value is (172,152,205). Sum of RGB (Red+Green+Blue) = 172+152+205=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC98CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98CD is #536732. Grayscale: #A3A3A3. Windows color (decimal): -5465907 or 13473964. OLE color: 13473964.

HSL color Cylindrical-coordinate representation of color #AC98CD: hue angle of 262.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC98CD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172152205-
CMYK0.160.2600.20
HSL262.64º34.64%70%-
HSV(B)262.64º25.85%80.39%-
XYZ39.2635.6362.57-
YUV164.02151.13133.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=32.51%
G=28.73%
B=38.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721522050.160.2600.20262.6434.6470
HexAC98CD101A0141072346
Octal254230315203202440743106
Binary10101100100110001100110110000110100101001000001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98CD; }

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

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

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

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

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

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

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

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