#AF93BA

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

Shades of East Side #AF93BA

Tints of East Side #AF93BA

Color information

#AF93BA (or 0xAF93BA) is unknown color: approx East Side. HEX triplet: AF, 93 and BA. RGB value is (175,147,186). Sum of RGB (Red+Green+Blue) = 175+147+186=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93BA is #506C45. Grayscale: #9F9F9F. Windows color (decimal): -5270598 or 12227503. OLE color: 12227503.

HSL color Cylindrical-coordinate representation of color #AF93BA: hue angle of 283.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF93BA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175147186-
CMYK0.060.2100.27
HSL283.08º22.03%65.29%-
HSV(B)283.08º20.97%72.94%-
XYZ36.9833.5350.98-
YUV159.82142.78138.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=34.45%
G=28.94%
B=36.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751471860.060.2100.27283.0822.0365.29
HexAF93BA61501B11b1641
Octal25722327262503343326101
Binary10101111100100111011101011010101011011100011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93BA; }

 p { color: rgb(175,147,186); }

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

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

 a { background-color: rgb(175,147,186); }

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

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

 span { border-color: rgb(175,147,186); }

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