#AF6FBB

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

Shades of East Side #AF6FBB

Tints of East Side #AF6FBB

Color information

#AF6FBB (or 0xAF6FBB) is unknown color: approx East Side. HEX triplet: AF, 6F and BB. RGB value is (175,111,187). Sum of RGB (Red+Green+Blue) = 175+111+187=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FBB is #509044. Grayscale: #8A8A8A. Windows color (decimal): -5279813 or 12283823. OLE color: 12283823.

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

Color convert

RGB175111187-
CMYK0.060.4100.27
HSL290.53º35.85%58.43%-
HSV(B)290.53º40.64%73.33%-
XYZ32.3324.0749.96-
YUV138.8155.2153.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=37.00%
G=23.47%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751111870.060.4100.27290.5335.8558.43
HexAF6FBB62901B123243a
Octal2571572736510334434472
Binary10101111110111110111011110101001011011100100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FBB; }

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

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

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

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

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

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

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

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