#AF84BF

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

Shades of East Side #AF84BF

Tints of East Side #AF84BF

Color information

#AF84BF (or 0xAF84BF) is unknown color: approx East Side. HEX triplet: AF, 84 and BF. RGB value is (175,132,191). Sum of RGB (Red+Green+Blue) = 175+132+191=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84BF is #507B40. Grayscale: #979797. Windows color (decimal): -5274433 or 12551343. OLE color: 12551343.

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

Color convert

RGB175132191-
CMYK0.080.3100.25
HSL283.73º31.55%63.33%-
HSV(B)283.73º30.89%74.9%-
XYZ35.3329.3853.1-
YUV151.58150.25144.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 191 (75% from 255) = 38.35%
R=35.14%
G=26.51%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751321910.080.3100.25283.7331.5563.33
HexAF84BF81F01911c203f
Octal25720427710370314344077
Binary101011111000010010111111100011111011001100011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84BF; }

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

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

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

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

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

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

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

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