#AF6FBE

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

Shades of East Side #AF6FBE

Tints of East Side #AF6FBE

Color information

#AF6FBE (or 0xAF6FBE) is unknown color: approx East Side. HEX triplet: AF, 6F and BE. RGB value is (175,111,190). Sum of RGB (Red+Green+Blue) = 175+111+190=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FBE is #509041. Grayscale: #8A8A8A. Windows color (decimal): -5279810 or 12480431. OLE color: 12480431.

HSL color Cylindrical-coordinate representation of color #AF6FBE: hue angle of 288.61º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6FBE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175111190-
CMYK0.080.4200.25
HSL288.61º37.8%59.02%-
HSV(B)288.61º41.58%74.51%-
XYZ32.6624.251.67-
YUV139.14156.7153.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=36.76%
G=23.32%
B=39.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751111900.080.4200.25288.6137.859.02
HexAF6FBE82A019121263b
Octal25715727610520314414673
Binary101011111101111101111101000101010011001100100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FBE; }

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

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

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

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

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

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

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

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