#AF9BBC

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

Shades of East Side #AF9BBC

Tints of East Side #AF9BBC

Color information

#AF9BBC (or 0xAF9BBC) is unknown color: approx East Side. HEX triplet: AF, 9B and BC. RGB value is (175,155,188). Sum of RGB (Red+Green+Blue) = 175+155+188=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BBC is #506443. Grayscale: #A4A4A4. Windows color (decimal): -5268548 or 12360623. OLE color: 12360623.

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

Color convert

RGB175155188-
CMYK0.070.1800.26
HSL276.36º19.76%67.25%-
HSV(B)276.36º17.55%73.73%-
XYZ38.4836.1952.53-
YUV164.74141.13135.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=33.78%
G=29.92%
B=36.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751551880.070.1800.26276.3619.7667.25
HexAF9BBC71201A1141443
Octal25723327472203242424103
Binary10101111100110111011110011110010011010100010100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BBC; }

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

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

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

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

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

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

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

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