#AC95CB

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

Shades of Biloba Flower #AC95CB

Tints of Biloba Flower #AC95CB

Color information

#AC95CB (or 0xAC95CB) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and CB. RGB value is (172,149,203). Sum of RGB (Red+Green+Blue) = 172+149+203=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC95CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95CB is #536A34. Grayscale: #A1A1A1. Windows color (decimal): -5466677 or 13342124. OLE color: 13342124.

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

Color convert

RGB172149203-
CMYK0.150.2700.20
HSL265.56º34.18%69.02%-
HSV(B)265.56º26.6%79.61%-
XYZ38.5434.5861.14-
YUV162.03151.12135.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=32.82%
G=28.44%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721492030.150.2700.20265.5634.1869.02
HexAC95CBF1B01410a2245
Octal254225313173302441242105
Binary1010110010010101110010111111110110101001000010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95CB; }

 p { color: rgb(172,149,203); }

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

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

 a { background-color: rgb(172,149,203); }

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

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

 span { border-color: rgb(172,149,203); }

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