#AF7CBF

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

Shades of East Side #AF7CBF

Tints of East Side #AF7CBF

Color information

#AF7CBF (or 0xAF7CBF) is unknown color: approx East Side. HEX triplet: AF, 7C and BF. RGB value is (175,124,191). Sum of RGB (Red+Green+Blue) = 175+124+191=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF7CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CBF is #508340. Grayscale: #929292. Windows color (decimal): -5276481 or 12549295. OLE color: 12549295.

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

Color convert

RGB175124191-
CMYK0.080.3500.25
HSL285.67º34.36%61.76%-
HSV(B)285.67º35.08%74.9%-
XYZ34.2927.2952.75-
YUV146.89152.9148.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 191 (75% from 255) = 38.98%
R=35.71%
G=25.31%
B=38.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751241910.080.3500.25285.6734.3661.76
HexAF7CBF82301911e223e
Octal25717427710430314364276
Binary101011111111100101111111000100011011001100011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CBF; }

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

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

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

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

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

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

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

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