#AC91D5

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

Shades of Biloba Flower #AC91D5

Tints of Biloba Flower #AC91D5

Color information

#AC91D5 (or 0xAC91D5) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and D5. RGB value is (172,145,213). Sum of RGB (Red+Green+Blue) = 172+145+213=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC91D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91D5 is #536E2A. Grayscale: #A0A0A0. Windows color (decimal): -5467691 or 13996460. OLE color: 13996460.

HSL color Cylindrical-coordinate representation of color #AC91D5: hue angle of 263.82º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC91D5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172145213-
CMYK0.190.3200.16
HSL263.82º44.74%70.2%-
HSV(B)263.82º31.92%83.53%-
XYZ39.1533.8367.42-
YUV160.83157.45135.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=32.45%
G=27.36%
B=40.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721452130.190.3200.16263.8244.7470.2
HexAC91D513200101082d46
Octal254221325234002041055106
Binary101011001001000111010101100111000000100001000010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91D5; }

 p { color: rgb(172,145,213); }

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

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

 a { background-color: rgb(172,145,213); }

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

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

 span { border-color: rgb(172,145,213); }

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