#AF88CB

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

Shades of East Side #AF88CB

Tints of East Side #AF88CB

Color information

#AF88CB (or 0xAF88CB) is unknown color: approx East Side. HEX triplet: AF, 88 and CB. RGB value is (175,136,203). Sum of RGB (Red+Green+Blue) = 175+136+203=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88CB is #507734. Grayscale: #9B9B9B. Windows color (decimal): -5273397 or 13338799. OLE color: 13338799.

HSL color Cylindrical-coordinate representation of color #AF88CB: hue angle of 274.93º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF88CB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175136203-
CMYK0.140.3300.20
HSL274.93º39.18%66.47%-
HSV(B)274.93º33%79.61%-
XYZ37.2631.0360.53-
YUV155.3154.92142.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=34.05%
G=26.46%
B=39.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751362030.140.3300.20274.9339.1866.47
HexAF88CBE210141132742
Octal257210313164102442347102
Binary10101111100010001100101111101000010101001000100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88CB; }

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

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

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

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

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

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

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

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