#AF7FBE

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

Shades of East Side #AF7FBE

Tints of East Side #AF7FBE

Color information

#AF7FBE (or 0xAF7FBE) is unknown color: approx East Side. HEX triplet: AF, 7F and BE. RGB value is (175,127,190). Sum of RGB (Red+Green+Blue) = 175+127+190=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FBE is #508041. Grayscale: #949494. Windows color (decimal): -5275714 or 12484527. OLE color: 12484527.

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

Color convert

RGB175127190-
CMYK0.080.3300.25
HSL285.71º32.64%62.16%-
HSV(B)285.71º33.16%74.51%-
XYZ34.5628.0152.3-
YUV148.53151.4146.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=35.57%
G=25.81%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751271900.080.3300.25285.7132.6462.16
HexAF7FBE82101911e213e
Octal25717727610410314364176
Binary101011111111111101111101000100001011001100011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FBE; }

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

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

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

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

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

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

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

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