#ac7fbc

Color #AC7FBC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC7FBC

Tints of East Side #AC7FBC

Color information

#AC7FBC (or 0xAC7FBC) is unknown color: approx East Side. HEX triplet: AC, 7F and BC. RGB value is (172,127,188). Sum of RGB (Red+Green+Blue) = 172+127+188=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FBC is #538043. Grayscale: #939393. Windows color (decimal): -5472324 or 12353452. OLE color: 12353452.

HSL color Cylindrical-coordinate representation of color #AC7FBC: hue angle of 284.26º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7FBC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172127188-
CMYK0.090.3200.26
HSL284.26º31.28%61.76%-
HSV(B)284.26º32.45%73.73%-
XYZ33.6827.5851.13-
YUV147.41150.91145.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=35.32%
G=26.08%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721271880.090.3200.26284.2631.2861.76
HexAC7FBC92001A11c1f3e
Octal25417727411400324343776
Binary10101100111111110111100100110000001101010001110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7fbc; }

 p { color: rgb(172,127,188); }

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

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

 a { background-color: rgb(172,127,188); }

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

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

 span { border-color: rgb(172,127,188); }

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