#af7ebb

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

Shades of East Side #AF7EBB

Tints of East Side #AF7EBB

Color information

#AF7EBB (or 0xAF7EBB) is unknown color: approx East Side. HEX triplet: AF, 7E and BB. RGB value is (175,126,187). Sum of RGB (Red+Green+Blue) = 175+126+187=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EBB is #508144. Grayscale: #939393. Windows color (decimal): -5275973 or 12287663. OLE color: 12287663.

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

Color convert

RGB175126187-
CMYK0.060.3300.27
HSL288.2º30.96%61.37%-
HSV(B)288.2º32.62%73.33%-
XYZ34.1127.6250.55-
YUV147.6150.23147.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=35.86%
G=25.82%
B=38.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751261870.060.3300.27288.230.9661.37
HexAF7EBB62101B1201f3d
Octal2571762736410334403775
Binary1010111111111101011101111010000101101110010000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7ebb; }

 p { color: rgb(175,126,187); }

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

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

 a { background-color: rgb(175,126,187); }

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

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

 span { border-color: rgb(175,126,187); }

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