#AF8BBC

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

Shades of East Side #AF8BBC

Tints of East Side #AF8BBC

Color information

#AF8BBC (or 0xAF8BBC) is unknown color: approx East Side. HEX triplet: AF, 8B and BC. RGB value is (175,139,188). Sum of RGB (Red+Green+Blue) = 175+139+188=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BBC is #507443. Grayscale: #9B9B9B. Windows color (decimal): -5272644 or 12356527. OLE color: 12356527.

HSL color Cylindrical-coordinate representation of color #AF8BBC: hue angle of 284.08º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8BBC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175139188-
CMYK0.070.2600.26
HSL284.08º26.78%64.12%-
HSV(B)284.08º26.06%73.73%-
XYZ35.9931.2151.7-
YUV155.35146.43142.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=34.86%
G=27.69%
B=37.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751391880.070.2600.26284.0826.7864.12
HexAF8BBC71A01A11c1b40
Octal25721327473203243433100
Binary10101111100010111011110011111010011010100011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BBC; }

 p { color: rgb(175,139,188); }

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

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

 a { background-color: rgb(175,139,188); }

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

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

 span { border-color: rgb(175,139,188); }

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