#AF8CB9

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

Shades of East Side #AF8CB9

Tints of East Side #AF8CB9

Color information

#AF8CB9 (or 0xAF8CB9) is unknown color: approx East Side. HEX triplet: AF, 8C and B9. RGB value is (175,140,185). Sum of RGB (Red+Green+Blue) = 175+140+185=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF8CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CB9 is #507346. Grayscale: #9B9B9B. Windows color (decimal): -5272391 or 12160175. OLE color: 12160175.

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

Color convert

RGB175140185-
CMYK0.050.2400.27
HSL286.67º24.32%63.73%-
HSV(B)286.67º24.32%72.55%-
XYZ35.8131.3750.07-
YUV155.6144.6141.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 185 (72.66% from 255) = 37%
R=35%
G=28%
B=37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751401850.050.2400.27286.6724.3263.73
HexAF8CB951801B11f1840
Octal25721427153003343730100
Binary10101111100011001011100110111000011011100011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CB9; }

 p { color: rgb(175,140,185); }

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

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

 a { background-color: rgb(175,140,185); }

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

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

 span { border-color: rgb(175,140,185); }

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