#AC93D0

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

Shades of Biloba Flower #AC93D0

Tints of Biloba Flower #AC93D0

Color information

#AC93D0 (or 0xAC93D0) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and D0. RGB value is (172,147,208). Sum of RGB (Red+Green+Blue) = 172+147+208=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC93D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93D0 is #536C2F. Grayscale: #A1A1A1. Windows color (decimal): -5467184 or 13669292. OLE color: 13669292.

HSL color Cylindrical-coordinate representation of color #AC93D0: hue angle of 264.59º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC93D0 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172147208-
CMYK0.170.2900.18
HSL264.59º39.35%69.61%-
HSV(B)264.59º29.33%81.57%-
XYZ38.8334.1964.23-
YUV161.43154.28135.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=32.64%
G=27.89%
B=39.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721472080.170.2900.18264.5939.3569.61
HexAC93D0111D0121092746
Octal254223320213502241147106
Binary10101100100100111101000010001111010100101000010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93D0; }

 p { color: rgb(172,147,208); }

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

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

 a { background-color: rgb(172,147,208); }

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

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

 span { border-color: rgb(172,147,208); }

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