#af6fba

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

Shades of East Side #AF6FBA

Tints of East Side #AF6FBA

Color information

#AF6FBA (or 0xAF6FBA) is unknown color: approx East Side. HEX triplet: AF, 6F and BA. RGB value is (175,111,186). Sum of RGB (Red+Green+Blue) = 175+111+186=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FBA is #509045. Grayscale: #8A8A8A. Windows color (decimal): -5279814 or 12218287. OLE color: 12218287.

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

Color convert

RGB175111186-
CMYK0.060.4000.27
HSL291.2º35.21%58.24%-
HSV(B)291.2º40.32%72.94%-
XYZ32.2324.0349.39-
YUV138.69154.7153.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=37.08%
G=23.52%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751111860.060.4000.27291.235.2158.24
HexAF6FBA62801B123233a
Octal2571572726500334434372
Binary10101111110111110111010110101000011011100100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6fba; }

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

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

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

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

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

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

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

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