#AF98BE

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

Shades of East Side #AF98BE

Tints of East Side #AF98BE

Color information

#AF98BE (or 0xAF98BE) is unknown color: approx East Side. HEX triplet: AF, 98 and BE. RGB value is (175,152,190). Sum of RGB (Red+Green+Blue) = 175+152+190=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98BE is #506741. Grayscale: #A3A3A3. Windows color (decimal): -5269314 or 12490927. OLE color: 12490927.

HSL color Cylindrical-coordinate representation of color #AF98BE: hue angle of 276.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF98BE is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175152190-
CMYK0.080.200.25
HSL276.32º22.62%67.06%-
HSV(B)276.32º20%74.51%-
XYZ38.235.2953.51-
YUV163.21143.12136.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=33.85%
G=29.40%
B=36.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751521900.080.200.25276.3222.6267.06
HexAF98BE8140191141743
Octal257230276102403142427103
Binary101011111001100010111110100010100011001100010100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98BE; }

 p { color: rgb(175,152,190); }

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

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

 a { background-color: rgb(175,152,190); }

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

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

 span { border-color: rgb(175,152,190); }

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