#AF88BC

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

Shades of East Side #AF88BC

Tints of East Side #AF88BC

Color information

#AF88BC (or 0xAF88BC) is unknown color: approx East Side. HEX triplet: AF, 88 and BC. RGB value is (175,136,188). Sum of RGB (Red+Green+Blue) = 175+136+188=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BC is #507743. Grayscale: #999999. Windows color (decimal): -5273412 or 12355759. OLE color: 12355759.

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

Color convert

RGB175136188-
CMYK0.070.2800.26
HSL285º27.96%63.53%-
HSV(B)285º27.66%73.73%-
XYZ35.5630.3551.56-
YUV153.59147.42143.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=35.07%
G=27.25%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751361880.070.2800.2628527.9663.53
HexAF88BC71C01A11d1c40
Octal25721027473403243534100
Binary10101111100010001011110011111100011010100011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88BC; }

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

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

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

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

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

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

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

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