#AF7FBA

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

Shades of East Side #AF7FBA

Tints of East Side #AF7FBA

Color information

#AF7FBA (or 0xAF7FBA) is unknown color: approx East Side. HEX triplet: AF, 7F and BA. RGB value is (175,127,186). Sum of RGB (Red+Green+Blue) = 175+127+186=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FBA is #508045. Grayscale: #939393. Windows color (decimal): -5275718 or 12222383. OLE color: 12222383.

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

Color convert

RGB175127186-
CMYK0.060.3200.27
HSL288.81º29.95%61.37%-
HSV(B)288.81º31.72%72.94%-
XYZ34.1327.8450.03-
YUV148.08149.4147.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=35.86%
G=26.02%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751271860.060.3200.27288.8129.9561.37
HexAF7FBA62001B1211e3d
Octal2571772726400334413675
Binary1010111111111111011101011010000001101110010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FBA; }

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

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

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

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

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

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

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

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