#AF7CBB

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

Shades of East Side #AF7CBB

Tints of East Side #AF7CBB

Color information

#AF7CBB (or 0xAF7CBB) is unknown color: approx East Side. HEX triplet: AF, 7C and BB. RGB value is (175,124,187). Sum of RGB (Red+Green+Blue) = 175+124+187=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CBB is #508344. Grayscale: #929292. Windows color (decimal): -5276485 or 12287151. OLE color: 12287151.

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

Color convert

RGB175124187-
CMYK0.060.3400.27
HSL288.57º31.66%60.98%-
HSV(B)288.57º33.69%73.33%-
XYZ33.8627.1250.46-
YUV146.43150.9148.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=36.01%
G=25.51%
B=38.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751241870.060.3400.27288.5731.6660.98
HexAF7CBB62201B121203d
Octal2571742736420334414075
Binary10101111111110010111011110100010011011100100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CBB; }

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

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

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

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

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

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

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

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