#AC95CD

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

Shades of Biloba Flower #AC95CD

Tints of Biloba Flower #AC95CD

Color information

#AC95CD (or 0xAC95CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and CD. RGB value is (172,149,205). Sum of RGB (Red+Green+Blue) = 172+149+205=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC95CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95CD is #536A32. Grayscale: #A2A2A2. Windows color (decimal): -5466675 or 13473196. OLE color: 13473196.

HSL color Cylindrical-coordinate representation of color #AC95CD: hue angle of 264.64º degrees, saturation: 0.36, 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 #AC95CD is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172149205-
CMYK0.160.2700.20
HSL264.64º35.9%69.41%-
HSV(B)264.64º27.32%80.39%-
XYZ38.7834.6762.41-
YUV162.26152.12134.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=32.70%
G=28.33%
B=38.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721492050.160.2700.20264.6435.969.41
HexAC95CD101B0141092445
Octal254225315203302441144105
Binary10101100100101011100110110000110110101001000010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95CD; }

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

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

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

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

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

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

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

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