#AC94CD

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

Shades of Biloba Flower #AC94CD

Tints of Biloba Flower #AC94CD

Color information

#AC94CD (or 0xAC94CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and CD. RGB value is (172,148,205). Sum of RGB (Red+Green+Blue) = 172+148+205=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC94CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94CD is #536B32. Grayscale: #A1A1A1. Windows color (decimal): -5466931 or 13472940. OLE color: 13472940.

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

Color convert

RGB172148205-
CMYK0.160.2800.20
HSL265.26º36.31%69.22%-
HSV(B)265.26º27.8%80.39%-
XYZ38.6234.3662.35-
YUV161.67152.45135.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=32.76%
G=28.19%
B=39.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721482050.160.2800.20265.2636.3169.22
HexAC94CD101C0141092445
Octal254224315203402441144105
Binary10101100100101001100110110000111000101001000010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94CD; }

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

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

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

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

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

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

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

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