#AF78BA

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

Shades of East Side #AF78BA

Tints of East Side #AF78BA

Color information

#AF78BA (or 0xAF78BA) is unknown color: approx East Side. HEX triplet: AF, 78 and BA. RGB value is (175,120,186). Sum of RGB (Red+Green+Blue) = 175+120+186=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78BA is #508745. Grayscale: #8F8F8F. Windows color (decimal): -5277510 or 12220591. OLE color: 12220591.

HSL color Cylindrical-coordinate representation of color #AF78BA: hue angle of 290º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF78BA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175120186-
CMYK0.060.3500.27
HSL290º32.35%60%-
HSV(B)290º35.48%72.94%-
XYZ33.2626.0949.74-
YUV143.97151.72150.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=36.38%
G=24.95%
B=38.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751201860.060.3500.2729032.3560
HexAF78BA62301B122203c
Octal2571702726430334424074
Binary10101111111100010111010110100011011011100100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78BA; }

 p { color: rgb(175,120,186); }

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

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

 a { background-color: rgb(175,120,186); }

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

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

 span { border-color: rgb(175,120,186); }

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