#AF7ABB

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

Shades of East Side #AF7ABB

Tints of East Side #AF7ABB

Color information

#AF7ABB (or 0xAF7ABB) is unknown color: approx East Side. HEX triplet: AF, 7A and BB. RGB value is (175,122,187). Sum of RGB (Red+Green+Blue) = 175+122+187=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ABB is #508544. Grayscale: #919191. Windows color (decimal): -5276997 or 12286639. OLE color: 12286639.

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

Color convert

RGB175122187-
CMYK0.060.3500.27
HSL288.92º32.34%60.59%-
HSV(B)288.92º34.76%73.33%-
XYZ33.6126.6250.38-
YUV145.26151.56149.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=36.16%
G=25.21%
B=38.64%

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
Decimal1751221870.060.3500.27288.9232.3460.59
HexAF7ABB62301B121203d
Octal2571722736430334414075
Binary10101111111101010111011110100011011011100100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ABB; }

 p { color: rgb(175,122,187); }

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

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

 a { background-color: rgb(175,122,187); }

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

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

 span { border-color: rgb(175,122,187); }

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