#AF7DBF

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

Shades of East Side #AF7DBF

Tints of East Side #AF7DBF

Color information

#AF7DBF (or 0xAF7DBF) is unknown color: approx East Side. HEX triplet: AF, 7D and BF. RGB value is (175,125,191). Sum of RGB (Red+Green+Blue) = 175+125+191=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DBF is #508240. Grayscale: #939393. Windows color (decimal): -5276225 or 12549551. OLE color: 12549551.

HSL color Cylindrical-coordinate representation of color #AF7DBF: hue angle of 285.45º 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 #AF7DBF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175125191-
CMYK0.080.3500.25
HSL285.45º34.02%61.96%-
HSV(B)285.45º34.55%74.9%-
XYZ34.4227.5452.79-
YUV147.47152.56147.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 191 (75% from 255) = 38.90%
R=35.64%
G=25.46%
B=38.90%

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
Decimal1751251910.080.3500.25285.4534.0261.96
HexAF7DBF82301911d223e
Octal25717527710430314354276
Binary101011111111101101111111000100011011001100011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DBF; }

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

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

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

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

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

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

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

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