#AC97D2

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

Shades of Biloba Flower #AC97D2

Tints of Biloba Flower #AC97D2

Color information

#AC97D2 (or 0xAC97D2) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and D2. RGB value is (172,151,210). Sum of RGB (Red+Green+Blue) = 172+151+210=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC97D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97D2 is #53682D. Grayscale: #A3A3A3. Windows color (decimal): -5466158 or 13801388. OLE color: 13801388.

HSL color Cylindrical-coordinate representation of color #AC97D2: hue angle of 261.36º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC97D2 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172151210-
CMYK0.180.2800.18
HSL261.36º39.6%70.78%-
HSV(B)261.36º28.1%82.35%-
XYZ39.7135.5665.74-
YUV164153.96133.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 210 (82.42% from 255) = 39.40%
R=32.27%
G=28.33%
B=39.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721512100.180.2800.18261.3639.670.78
HexAC97D2121C0121052847
Octal254227322223402240550107
Binary10101100100101111101001010010111000100101000001011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97D2; }

 p { color: rgb(172,151,210); }

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

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

 a { background-color: rgb(172,151,210); }

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

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

 span { border-color: rgb(172,151,210); }

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