#AC8BCD

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

Shades of Biloba Flower #AC8BCD

Tints of Biloba Flower #AC8BCD

Color information

#AC8BCD (or 0xAC8BCD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and CD. RGB value is (172,139,205). Sum of RGB (Red+Green+Blue) = 172+139+205=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BCD is #537432. Grayscale: #9C9C9C. Windows color (decimal): -5469235 or 13470636. OLE color: 13470636.

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

Color convert

RGB172139205-
CMYK0.160.3200.20
HSL270º39.76%67.45%-
HSV(B)270º32.2%80.39%-
XYZ37.2731.6461.9-
YUV156.39155.43139.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=33.33%
G=26.94%
B=39.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721392050.160.3200.2027039.7667.45
HexAC8BCD102001410e2843
Octal254213315204002441650103
Binary101011001000101111001101100001000000101001000011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BCD; }

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

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

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

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

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

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

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

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