#AF7BBF

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

Shades of East Side #AF7BBF

Tints of East Side #AF7BBF

Color information

#AF7BBF (or 0xAF7BBF) is unknown color: approx East Side. HEX triplet: AF, 7B and BF. RGB value is (175,123,191). Sum of RGB (Red+Green+Blue) = 175+123+191=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF7BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BBF is #508440. Grayscale: #929292. Windows color (decimal): -5276737 or 12549039. OLE color: 12549039.

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

Color convert

RGB175123191-
CMYK0.080.3600.25
HSL285.88º34.69%61.57%-
HSV(B)285.88º35.6%74.9%-
XYZ34.1727.0452.71-
YUV146.3153.23148.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 191 (75% from 255) = 39.06%
R=35.79%
G=25.15%
B=39.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751231910.080.3600.25285.8834.6961.57
HexAF7BBF82401911e233e
Octal25717327710440314364376
Binary101011111111011101111111000100100011001100011110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BBF; }

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

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

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

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

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

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

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

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