#AC91CD

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

Shades of Biloba Flower #AC91CD

Tints of Biloba Flower #AC91CD

Color information

#AC91CD (or 0xAC91CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and CD. RGB value is (172,145,205). Sum of RGB (Red+Green+Blue) = 172+145+205=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91CD is #536E32. Grayscale: #9F9F9F. Windows color (decimal): -5467699 or 13472172. OLE color: 13472172.

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

Color convert

RGB172145205-
CMYK0.160.2900.20
HSL267º37.5%68.63%-
HSV(B)267º29.27%80.39%-
XYZ38.1633.4362.2-
YUV159.91153.45136.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=32.95%
G=27.78%
B=39.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721452050.160.2900.2026737.568.63
HexAC91CD101D01410b2545
Octal254221315203502441345105
Binary10101100100100011100110110000111010101001000010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91CD; }

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

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

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

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

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

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

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

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