#AF98BF

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

Shades of East Side #AF98BF

Tints of East Side #AF98BF

Color information

#AF98BF (or 0xAF98BF) is unknown color: approx East Side. HEX triplet: AF, 98 and BF. RGB value is (175,152,191). Sum of RGB (Red+Green+Blue) = 175+152+191=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98BF is #506740. Grayscale: #A3A3A3. Windows color (decimal): -5269313 or 12556463. OLE color: 12556463.

HSL color Cylindrical-coordinate representation of color #AF98BF: hue angle of 275.38º 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 #AF98BF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175152191-
CMYK0.080.2000.25
HSL275.38º23.35%67.25%-
HSV(B)275.38º20.42%74.9%-
XYZ38.3135.3354.09-
YUV163.32143.62136.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 191 (75% from 255) = 36.87%
R=33.78%
G=29.34%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751521910.080.2000.25275.3823.3567.25
HexAF98BF8140191131743
Octal257230277102403142327103
Binary101011111001100010111111100010100011001100010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98BF; }

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

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

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

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

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

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

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

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